Spaces:
Runtime error
Runtime error
Commit ·
9ae284b
1
Parent(s): 7f24f0a
Update app.py
Browse files
app.py
CHANGED
|
@@ -703,7 +703,7 @@ def generate_image(prompt):
|
|
| 703 |
elif "zombieland" in prompt:
|
| 704 |
output_url = random.choice(zombieland)
|
| 705 |
else:
|
| 706 |
-
|
| 707 |
|
| 708 |
image = load_image(output_url)
|
| 709 |
return image
|
|
|
|
| 703 |
elif "zombieland" in prompt:
|
| 704 |
output_url = random.choice(zombieland)
|
| 705 |
else:
|
| 706 |
+
output_url = "https://img.freepik.com/free-vector/oops-404-error-with-broken-robot-concept-illustration_114360-5529.jpg?size=626&ext=jpg&ga=GA1.1.1708812069.1697374121&semt=ais"
|
| 707 |
|
| 708 |
image = load_image(output_url)
|
| 709 |
return image
|