Omnibus commited on
Commit
df37cde
1 Parent(s): 269e619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -427,7 +427,7 @@ def get_prompts(prompt_text):
427
 
428
  def gen_im(prompt,model_choice=5,count=1):
429
  out = dif.SendIt()
430
- ou1 = out.send_it(prompt,5,count)
431
 
432
  return out1
433
 
 
427
 
428
  def gen_im(prompt,model_choice=5,count=1):
429
  out = dif.SendIt()
430
+ out1 = out.send_it(prompt,5,count)
431
 
432
  return out1
433