Spaces:
Sleeping
Sleeping
jovian commited on
Commit ·
01c72e1
1
Parent(s): 1175b6c
login
Browse files
app.py
CHANGED
|
@@ -424,6 +424,6 @@ with gr.Blocks(css = css,js=js_func) as demo:
|
|
| 424 |
outputs=frequency_graph_component)
|
| 425 |
|
| 426 |
# Launch the Gradio interface
|
| 427 |
-
demo.launch(share=True
|
| 428 |
|
| 429 |
|
|
|
|
| 424 |
outputs=frequency_graph_component)
|
| 425 |
|
| 426 |
# Launch the Gradio interface
|
| 427 |
+
demo.launch(share=True)
|
| 428 |
|
| 429 |
|