Commit
Β·
ce3b0a0
1
Parent(s):
f021e7d
add params for debug
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ if __name__ == "__main__":
|
|
17 |
print("Starting the Gradio app...", flush=True)
|
18 |
demo = create_ui()
|
19 |
print("Gradio app created successfully.", flush=True)
|
20 |
-
demo.launch()
|
|
|
17 |
print("Starting the Gradio app...", flush=True)
|
18 |
demo = create_ui()
|
19 |
print("Gradio app created successfully.", flush=True)
|
20 |
+
demo.queue().launch(server_name="0.0.0.0", server_port=7860, share=True, debug=True)
|