Omnibus commited on
Commit
0e505e4
1 Parent(s): 701190d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -426,8 +426,10 @@ def get_prompts(prompt_text):
426
  return gen
427
 
428
  def gen_im(prompt,model_choice=5,count=1):
429
- out = dif(prompt,5,count)
430
- return out
 
 
431
 
432
 
433
  with gr.Blocks() as build_app:
 
426
  return gen
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
 
434
 
435
  with gr.Blocks() as build_app: