Uniaff commited on
Commit
2939d17
·
verified ·
1 Parent(s): 9c19683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -250,10 +250,7 @@ with gr.Blocks() as app:
250
 
251
  def launch_gradio():
252
  app.launch(
253
- share="True" in sys.argv,
254
- inbrowser="--open" in sys.argv,
255
- server_port=8600,
256
- server_name="0.0.0.0",
257
  )
258
 
259
  if __name__ == "__main__":
 
250
 
251
  def launch_gradio():
252
  app.launch(
253
+
 
 
 
254
  )
255
 
256
  if __name__ == "__main__":