nightfury commited on
Commit
b0ebb18
·
verified ·
1 Parent(s): 1aca0ea

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
20
  prog = gr.HTML(
21
  value="<h3 style='text-align: center'> Processing...<h1>"
22
  )
23
- gr.Interface(test, selected)
24
 
25
  t = gr.Textbox()
26
  b = gr.Button()
 
20
  prog = gr.HTML(
21
  value="<h3 style='text-align: center'> Processing...<h1>"
22
  )
23
+ gr.Interface(test, outputs=[selected])
24
 
25
  t = gr.Textbox()
26
  b = gr.Button()