dylanebert HF staff commited on
Commit
9b5dca9
1 Parent(s): 5b41df7
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -1
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  license: mit
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
+ app_port: 7860
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
  label="Examples",
57
  )
58
 
59
- demo.queue().launch(share=True)
60
 
61
 
62
  if __name__ == "__main__":
 
56
  label="Examples",
57
  )
58
 
59
+ demo.queue().launch(server_name="0.0.0.0", server_port=7860)
60
 
61
 
62
  if __name__ == "__main__":