ZacLiu commited on
Commit
2918cee
·
1 Parent(s): 30c73de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -313,6 +313,5 @@ if __name__ == "__main__":
313
  block.queue(max_size=50, concurrency_count=20).launch(
314
  # share=True,
315
  show_error=True,
316
- server_name="0.0.0.0",
317
- server_port=43523,
318
  )
 
313
  block.queue(max_size=50, concurrency_count=20).launch(
314
  # share=True,
315
  show_error=True,
316
+ server_name="0.0.0.0"
 
317
  )