Spaces:
Runtime error
Runtime error
Commit
·
894183b
1
Parent(s):
8dd04dc
Update app.py
Browse files
app.py
CHANGED
@@ -492,9 +492,9 @@ def generate_image(prompt):
|
|
492 |
output_url = random.choice(snow)
|
493 |
elif "grandpa" in prompt:
|
494 |
output_url = random.choice(grandpa)
|
495 |
-
elif "
|
496 |
output_url = random.choice(sunrise)
|
497 |
-
elif "
|
498 |
output_url = random.choice(sunset)
|
499 |
elif "garlic" in prompt:
|
500 |
output_url = random.choice(garlic)
|
|
|
492 |
output_url = random.choice(snow)
|
493 |
elif "grandpa" in prompt:
|
494 |
output_url = random.choice(grandpa)
|
495 |
+
elif "aurora" in prompt:
|
496 |
output_url = random.choice(sunrise)
|
497 |
+
elif "nightfall" in prompt:
|
498 |
output_url = random.choice(sunset)
|
499 |
elif "garlic" in prompt:
|
500 |
output_url = random.choice(garlic)
|