Kvikontent commited on
Commit
f7dbac7
·
1 Parent(s): 9ae284b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "chineese crested" in prompt:
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)