Update app1.py
Browse files
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()
|