alexnasa commited on
Commit
d711a33
·
verified ·
1 Parent(s): 87a38c7

Rename run_gradio.py to app.py

Browse files
Files changed (1) hide show
  1. 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
- port = int(os.environ.get("ARNOLD_WORKER_0_PORT", "-1").split(",")[3])
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)