Spaces:
Runtime error
Runtime error
Commit
·
53c53b3
1
Parent(s):
d6e88b2
Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ def generate_image(prompt):
|
|
359 |
output_url = random.choice(fontain)
|
360 |
elif "tree" in prompt:
|
361 |
output_url = random.choice(tree)
|
362 |
-
elif "palm
|
363 |
output_url = random.choice(palmtree)
|
364 |
else:
|
365 |
return "No image generated."
|
|
|
359 |
output_url = random.choice(fontain)
|
360 |
elif "tree" in prompt:
|
361 |
output_url = random.choice(tree)
|
362 |
+
elif "palm" in prompt:
|
363 |
output_url = random.choice(palmtree)
|
364 |
else:
|
365 |
return "No image generated."
|