xp3857 commited on
Commit
d5eb24d
·
1 Parent(s): 7f7245b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def ac():
83
  t_switch=gr.Textbox(value=0)
84
  fac_b = gr.Textbox(value="",visible=False)
85
 
86
- b0=btn1.click(cl_fac,None,[fac_bout1,out2,out3,out4],show_progress=False)
87
  b1=btn1.click(start,None,[t_state,t_switch])
88
  sta = t_state.change(end,t_state,t_switch,every=1)
89
  b2=t_state.change(im_fn,[put,fac_b,h],[out1,fac_b])
 
83
  t_switch=gr.Textbox(value=0)
84
  fac_b = gr.Textbox(value="",visible=False)
85
 
86
+ b0=btn1.click(cl_fac,None,[fac_b,out1,out2,out3,out4],show_progress=False)
87
  b1=btn1.click(start,None,[t_state,t_switch])
88
  sta = t_state.change(end,t_state,t_switch,every=1)
89
  b2=t_state.change(im_fn,[put,fac_b,h],[out1,fac_b])