Kadi-IAM commited on
Commit
0e368fb
·
verified ·
1 Parent(s): 5f3bbb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -522,7 +522,7 @@ app = gr.mount_gradio_app(app, main_demo, path="/gradio", auth_dependency=get_us
522
 
523
 
524
  def launch_gradio():
525
- login_demo.launch(port=7860, share=True)
526
 
527
 
528
  import threading
 
522
 
523
 
524
  def launch_gradio():
525
+ login_demo.launch(server_port=7860, share=True)
526
 
527
 
528
  import threading