Rename run_gradio.py to app.py
Browse files- run_gradio.py → app.py +1 -2
run_gradio.py → app.py
RENAMED
@@ -569,5 +569,4 @@ with gr.Blocks() as demo:
|
|
569 |
run_on_click=True
|
570 |
)
|
571 |
|
572 |
-
|
573 |
-
demo.queue().launch(share=True, inbrowser=True, server_name="0.0.0.0", server_port=port)
|
|
|
569 |
run_on_click=True
|
570 |
)
|
571 |
|
572 |
+
demo.queue().launch(share=True)
|
|