u0feff commited on
Commit
e233d54
·
1 Parent(s): 95f63c8

Use default serving options

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -568,8 +568,6 @@ if sys.platform == 'win32':
568
 
569
  # Start Gradio application
570
  demo.queue().launch(
571
- share=True,
572
- debug=True,
573
- server_name=args.ip,
574
- server_port=args.port
575
  )
 
568
 
569
  # Start Gradio application
570
  demo.queue().launch(
571
+ share=True,
572
+ debug=True
 
 
573
  )