xp3857 commited on
Commit
e540908
1 Parent(s): cead56a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def ac():
27
  out3 = gr.Image()
28
  out4 = gr.Image()
29
  with gr.Row(visible=False):
30
- h=gr.Textbox()
31
  fac_b = gr.Textbox(value="",visible=False)
32
  btn1.click(cl_fac,None,fac_b)
33
  btn1.click(im_fn,[put,fac_b,h],[out1,fac_b])
 
27
  out3 = gr.Image()
28
  out4 = gr.Image()
29
  with gr.Row(visible=False):
30
+ h=gr.Textbox("Q")
31
  fac_b = gr.Textbox(value="",visible=False)
32
  btn1.click(cl_fac,None,fac_b)
33
  btn1.click(im_fn,[put,fac_b,h],[out1,fac_b])