Kvikontent commited on
Commit
26edbfd
·
1 Parent(s): 7bb1ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 promt:
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)