Update app1.py
Browse files
app1.py
CHANGED
@@ -27,12 +27,10 @@ with gr.Blocks() as demo:
|
|
27 |
value="<h3 style='text-align: center'> Processing...<h1>"
|
28 |
)
|
29 |
#gr.Interface(test, inputs=[selected])
|
30 |
-
|
31 |
-
demo.load(test, inputs=None, outputs=prog, _js=on_load)
|
32 |
-
|
33 |
b = gr.Button()
|
34 |
|
35 |
b.click(test, selected, prog)
|
36 |
|
|
|
37 |
|
38 |
demo.launch()
|
|
|
27 |
value="<h3 style='text-align: center'> Processing...<h1>"
|
28 |
)
|
29 |
#gr.Interface(test, inputs=[selected])
|
|
|
|
|
|
|
30 |
b = gr.Button()
|
31 |
|
32 |
b.click(test, selected, prog)
|
33 |
|
34 |
+
demo.load(test, inputs=None, outputs=prog, _js=on_load)
|
35 |
|
36 |
demo.launch()
|