Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,7 @@ def generate_image(prompt, structure_image, style_image, depth_strength=15, styl
|
|
58 |
style_image=handle_file(style_image_url),
|
59 |
depth_strength=depth_strength,
|
60 |
style_strength=style_strength,
|
61 |
-
api_name="/generate_image"
|
62 |
-
timeout=3000
|
63 |
)
|
64 |
|
65 |
if isinstance(result, str) and os.path.exists(result):
|
|
|
58 |
style_image=handle_file(style_image_url),
|
59 |
depth_strength=depth_strength,
|
60 |
style_strength=style_strength,
|
61 |
+
api_name="/generate_image"
|
|
|
62 |
)
|
63 |
|
64 |
if isinstance(result, str) and os.path.exists(result):
|