Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ async def niji_api(prompt, progress=gr.Progress(), max_retries=5, backoff_factor
|
|
77 |
images = split_image(img)
|
78 |
return [save_image(i) for i in images]
|
79 |
except Exception:
|
80 |
-
|
81 |
|
82 |
while prog < 100:
|
83 |
try:
|
|
|
77 |
images = split_image(img)
|
78 |
return [save_image(i) for i in images]
|
79 |
except Exception:
|
80 |
+
pass
|
81 |
|
82 |
while prog < 100:
|
83 |
try:
|