Update app1.py
Browse files
app1.py
CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
|
|
21 |
prog = gr.HTML(
|
22 |
value="<h3 style='text-align: center'> Processing...<h1>"
|
23 |
)
|
24 |
-
gr.Interface(
|
25 |
|
26 |
t = gr.Textbox()
|
27 |
b = gr.Button()
|
|
|
21 |
prog = gr.HTML(
|
22 |
value="<h3 style='text-align: center'> Processing...<h1>"
|
23 |
)
|
24 |
+
gr.Interface(test, selected, prog)
|
25 |
|
26 |
t = gr.Textbox()
|
27 |
b = gr.Button()
|