Spaces:
Runtime error
Runtime error
Commit ·
26edbfd
1
Parent(s): 7bb1ca5
Update app.py
Browse files
app.py
CHANGED
|
@@ -991,7 +991,7 @@ def generate_image(prompt):
|
|
| 991 |
output_url = random.choice(speaker)
|
| 992 |
elif "screen" in prompt:
|
| 993 |
output_url = random.choice(screen)
|
| 994 |
-
elif "blood" in prompt and "18" in
|
| 995 |
output_url = random.choice(blood)
|
| 996 |
elif "google" in prompt:
|
| 997 |
output_url = random.choice(google)
|
|
|
|
| 991 |
output_url = random.choice(speaker)
|
| 992 |
elif "screen" in prompt:
|
| 993 |
output_url = random.choice(screen)
|
| 994 |
+
elif "blood" in prompt and "18" in prompt:
|
| 995 |
output_url = random.choice(blood)
|
| 996 |
elif "google" in prompt:
|
| 997 |
output_url = random.choice(google)
|