glentrix commited on
Commit
d65825d
·
verified ·
1 Parent(s): 8a23b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks(css=css) as demo:
147
  )
148
 
149
  if __name__ == "__main__":
150
- demo.launch()
 
147
  )
148
 
149
  if __name__ == "__main__":
150
+ demo.launch(share=True, server_name="0.0.0.0", server_port=7860)