Spaces:
Sleeping
Sleeping
utkarshgogna1
commited on
Commit
•
8ebcaba
1
Parent(s):
3f5ecad
Upload folder using huggingface_hub
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -527,4 +527,4 @@ with gr.Blocks() as demo:
|
|
527 |
submit_query_button.click(fn=handle_query_input, inputs=[query_input], outputs=results_output, show_progress=True)
|
528 |
|
529 |
# Run Gradio app
|
530 |
-
demo.launch(server_name="0.0.0.0", server_port=5001)
|
|
|
527 |
submit_query_button.click(fn=handle_query_input, inputs=[query_input], outputs=results_output, show_progress=True)
|
528 |
|
529 |
# Run Gradio app
|
530 |
+
# demo.launch(server_name="0.0.0.0", server_port=5001)
|