Spaces:
Runtime error
Runtime error
ChandimaPrabath
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -56,4 +56,4 @@ with gr.Blocks() as demo:
|
|
56 |
directory_dropdown.change(fn=update_directory_dropdown, inputs=[], outputs=[directory_dropdown])
|
57 |
|
58 |
# Launch Gradio app
|
59 |
-
demo.launch(server_name="0.0.0.0",
|
|
|
56 |
directory_dropdown.change(fn=update_directory_dropdown, inputs=[], outputs=[directory_dropdown])
|
57 |
|
58 |
# Launch Gradio app
|
59 |
+
demo.launch(share=True, server_name="0.0.0.0",server_port=7860, debug=True)
|