ayf3 commited on
Commit
ffe582a
·
verified ·
1 Parent(s): bb951c5

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ if __name__ == "__main__":
194
 
195
  threading.Thread(target=preload, daemon=True).start()
196
 
197
- demo.launch(share=True)
 
194
 
195
  threading.Thread(target=preload, daemon=True).start()
196
 
197
+ demo.launch(server_name="0.0.0.0", server_port=7860)