VisionLanguageGroup commited on
Commit
68636bc
·
1 Parent(s): f514e5f

Fix port to 7860 for HuggingFace Spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1902,7 +1902,7 @@ with gr.Blocks(
1902
  if __name__ == "__main__":
1903
  demo.queue().launch(
1904
  server_name="0.0.0.0",
1905
- server_port=7861,
1906
  share=False,
1907
  ssr_mode=False,
1908
  show_error=True,
 
1902
  if __name__ == "__main__":
1903
  demo.queue().launch(
1904
  server_name="0.0.0.0",
1905
+ server_port=7860,
1906
  share=False,
1907
  ssr_mode=False,
1908
  show_error=True,