nightfury commited on
Commit
769400f
·
verified ·
1 Parent(s): caa6d1b

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +4 -2
app1.py CHANGED
@@ -20,11 +20,13 @@ with gr.Blocks() as demo:
20
  prog = gr.HTML(
21
  value="<h3 style='text-align: center'> Processing...<h1>"
22
  )
23
- gr.Interface(test, inputs=[selected])
 
 
24
 
25
  b = gr.Button()
26
 
27
- b.click(test, t, t)
28
 
29
 
30
  demo.launch()
 
20
  prog = gr.HTML(
21
  value="<h3 style='text-align: center'> Processing...<h1>"
22
  )
23
+ #gr.Interface(test, inputs=[selected])
24
+
25
+ test
26
 
27
  b = gr.Button()
28
 
29
+ b.click(test, selected, t)
30
 
31
 
32
  demo.launch()