Pouriarouzrokh commited on
Commit
fbc26e7
·
1 Parent(s): a3d2e8a

changed the gradio launch arguments

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -254,7 +254,5 @@ demo = app.launch(
254
  share=True,
255
  inline=False,
256
  show_api=False,
257
- show_error=True,
258
- server_port=1902,
259
- server_name="0.0.0.0",
260
  )
 
254
  share=True,
255
  inline=False,
256
  show_api=False,
257
+ show_error=False,
 
 
258
  )