Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,8 @@ function refresh() {
|
|
101 |
"""
|
102 |
|
103 |
# Launch the interface
|
104 |
-
with gr.Blocks(js=js_func) as demo:
|
105 |
-
|
106 |
|
107 |
# Clean up temporary files (this will run after the Gradio server is closed)
|
108 |
for file in os.listdir():
|
|
|
101 |
"""
|
102 |
|
103 |
# Launch the interface
|
104 |
+
# with gr.Blocks(js=js_func) as demo:
|
105 |
+
demo.launch()
|
106 |
|
107 |
# Clean up temporary files (this will run after the Gradio server is closed)
|
108 |
for file in os.listdir():
|