Omnibus commited on
Commit
3789798
·
1 Parent(s): 019a8c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -64,6 +64,8 @@ text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link",li
64
 
65
 
66
  def send_it1(inputs,model_choice=5, count = 1):
 
 
67
  t=0
68
  output_list=[]
69
  while t<int(count):
 
64
 
65
 
66
  def send_it1(inputs,model_choice=5, count = 1):
67
+ if model_choice==None:
68
+ model_choice=5
69
  t=0
70
  output_list=[]
71
  while t<int(count):