helloworld-S commited on
Commit
88ac548
·
verified ·
1 Parent(s): 95e26af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -560,5 +560,4 @@ with gr.Blocks() as demo:
560
  run_on_click=True
561
  )
562
 
563
- port = int(os.environ.get("ARNOLD_WORKER_0_PORT", "-1").split(",")[3])
564
- demo.queue().launch(share=True, inbrowser=True, server_name="0.0.0.0", server_port=port)
 
560
  run_on_click=True
561
  )
562
 
563
+ demo.queue().launch()