Spaces:
Runtime error
Runtime error
Amirizaniani
commited on
Commit
•
48debf7
1
Parent(s):
f7ecb69
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ with gr.Blocks() as demo:
|
|
77 |
btnExec.click(setTextVisibility, inputs=cbg, outputs=text_list)
|
78 |
|
79 |
clear = gr.ClearButton(link="http://127.0.0.1:8160")
|
|
|
80 |
|
81 |
# Launch the Gradio app
|
82 |
demo.launch()
|
|
|
77 |
btnExec.click(setTextVisibility, inputs=cbg, outputs=text_list)
|
78 |
|
79 |
clear = gr.ClearButton(link="http://127.0.0.1:8160")
|
80 |
+
|
81 |
|
82 |
# Launch the Gradio app
|
83 |
demo.launch()
|