nihalaninihal commited on
Commit
8d6bfff
·
verified ·
1 Parent(s): 82d90dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -508,8 +508,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
508
  # Launch the app
509
  if __name__ == "__main__":
510
  app.launch(
511
- server_name="0.0.0.0",
512
- server_port=7860,
513
  share=True,
514
  debug=True
515
  )
 
508
  # Launch the app
509
  if __name__ == "__main__":
510
  app.launch(
 
 
511
  share=True,
512
  debug=True
513
  )