Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,9 @@ def clear_cache(transformer):
|
|
29 |
# Define the Gradio interface
|
30 |
@spaces.GPU()
|
31 |
def single_condition_generate_image(spatial_img):
|
32 |
-
|
|
|
|
|
33 |
prompt = "Ghibli Studio style, Charming hand-drawn anime-style illustration"
|
34 |
use_zero_init = False
|
35 |
zero_steps = 1
|
|
|
29 |
# Define the Gradio interface
|
30 |
@spaces.GPU()
|
31 |
def single_condition_generate_image(spatial_img):
|
32 |
+
"""
|
33 |
+
Convert an image into a Studio Ghibli style image
|
34 |
+
"""
|
35 |
prompt = "Ghibli Studio style, Charming hand-drawn anime-style illustration"
|
36 |
use_zero_init = False
|
37 |
zero_steps = 1
|