Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
| 82 |
print(f"Task aborted: {model_str}")
|
| 83 |
result = None
|
| 84 |
with lock:
|
| 85 |
-
image = "https://huggingface.co/spaces/Yntec/
|
| 86 |
result = image
|
| 87 |
finally:
|
| 88 |
loop.close()
|
|
|
|
| 82 |
print(f"Task aborted: {model_str}")
|
| 83 |
result = None
|
| 84 |
with lock:
|
| 85 |
+
image = "https://huggingface.co/spaces/Yntec/ToyWorld/resolve/main/error.png"
|
| 86 |
result = image
|
| 87 |
finally:
|
| 88 |
loop.close()
|