Ankit74990 commited on
Commit
d04e8ba
·
verified ·
1 Parent(s): 42509d2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ demo = gr.Interface(
49
  )
50
 
51
  if __name__ == "__main__":
52
- demo.launch(share=True)
 
49
  )
50
 
51
  if __name__ == "__main__":
52
+ demo.launch(server_name="0.0.0.0", server_port=7860)