jpwahle commited on
Commit
e73438b
1 Parent(s): 3aba120

Update port and app being open to every connection

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. main.py +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: indigo
6
  sdk: docker
7
  app_file: app.py
8
  pinned: true
9
- app_port: 8070
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  app_file: app.py
8
  pinned: true
9
+ app_port: 7860
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
main.py CHANGED
@@ -272,4 +272,4 @@ with gr.Blocks(
272
  )
273
 
274
  demo.queue(concurrency_count=3)
275
- demo.launch(server_port=7860)
 
272
  )
273
 
274
  demo.queue(concurrency_count=3)
275
+ demo.launch(server_port=7860, server_name="0.0.0.0")