Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def clear_cache(transformer):
|
|
28 |
|
29 |
# Define the Gradio interface
|
30 |
@spaces.GPU()
|
31 |
-
def single_condition_generate_image(spatial_img
|
32 |
# Set the control type
|
33 |
prompt = "Ghibli Studio style, Charming hand-drawn anime-style illustration"
|
34 |
use_zero_init = False
|
|
|
28 |
|
29 |
# Define the Gradio interface
|
30 |
@spaces.GPU()
|
31 |
+
def single_condition_generate_image(spatial_img):
|
32 |
# Set the control type
|
33 |
prompt = "Ghibli Studio style, Charming hand-drawn anime-style illustration"
|
34 |
use_zero_init = False
|