Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def response(instruction, input_image=None ):
|
|
119 |
output = "Image Editing"
|
120 |
else:
|
121 |
output = "Image Generation"
|
122 |
-
except
|
123 |
if input_image is None:
|
124 |
output="Image Generation"
|
125 |
else:
|
|
|
119 |
output = "Image Editing"
|
120 |
else:
|
121 |
output = "Image Generation"
|
122 |
+
except:
|
123 |
if input_image is None:
|
124 |
output="Image Generation"
|
125 |
else:
|