ivangzf commited on
Commit
7b079d6
·
1 Parent(s): b78c3b8

remove specific port and server for huggingface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,5 +481,5 @@ with gr.Blocks() as demo:
481
 
482
 
483
  if __name__ == "__main__":
484
- demo.launch(server_name='0.0.0.0', server_port=5323)
485
 
 
481
 
482
 
483
  if __name__ == "__main__":
484
+ demo.launch()
485