MicroCore-Labs commited on
Commit
72b443d
·
1 Parent(s): d577a95

fix: revert to original launch (share=True conflicts with HF Spaces networking)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
107
  )
108
 
109
  if __name__ == "__main__":
110
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
107
  )
108
 
109
  if __name__ == "__main__":
110
+ demo.launch(server_name="0.0.0.0", server_port=7860)