Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
91 |
print(f"Task aborted: {model_str}")
|
92 |
result = None
|
93 |
with lock:
|
94 |
-
image = "https://huggingface.co/spaces/Yntec/
|
95 |
result = image
|
96 |
finally:
|
97 |
loop.close()
|
|
|
91 |
print(f"Task aborted: {model_str}")
|
92 |
result = None
|
93 |
with lock:
|
94 |
+
image = "https://huggingface.co/spaces/Yntec/ToyWorld/resolve/main/error.png"
|
95 |
result = image
|
96 |
finally:
|
97 |
loop.close()
|