xmrt commited on
Commit
7688405
1 Parent(s): 4426a67
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -312,6 +312,6 @@ if __name__ == "__main__":
312
  max_size=25, # Maximum number of requests that the queue processes
313
  api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
314
  ) # https://www.gradio.app/guides/setting-up-a-demo-for-maximum-performance
315
- block.launch(server_name="0.0.0.0", server_port=7860)
316
 
317
 
 
312
  max_size=25, # Maximum number of requests that the queue processes
313
  api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
314
  ) # https://www.gradio.app/guides/setting-up-a-demo-for-maximum-performance
315
+ block.launch()
316
 
317