Spaces:
Runtime error
Runtime error
Commit
·
f7dbac7
1
Parent(s):
9ae284b
Update app.py
Browse files
app.py
CHANGED
@@ -692,7 +692,7 @@ def generate_image(prompt):
|
|
692 |
output_url = random.choice(pen)
|
693 |
elif "sphinx cat" in prompt:
|
694 |
output_url = random.choice(sphinxCat)
|
695 |
-
elif "
|
696 |
output_url = random.choice(crestedDog)
|
697 |
elif "pushkin" in prompt:
|
698 |
output_url = random.choice(pushkin)
|
|
|
692 |
output_url = random.choice(pen)
|
693 |
elif "sphinx cat" in prompt:
|
694 |
output_url = random.choice(sphinxCat)
|
695 |
+
elif "chinese crested" in prompt:
|
696 |
output_url = random.choice(crestedDog)
|
697 |
elif "pushkin" in prompt:
|
698 |
output_url = random.choice(pushkin)
|