YUS200619 commited on
Commit
dd2d84c
·
verified ·
1 Parent(s): 0d67957

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,5 +59,6 @@ if __name__ == "__main__":
59
  demo.launch(
60
  server_name="0.0.0.0",
61
  server_port=int(os.getenv("PORT", "7860")),
 
62
  show_error=True,
63
  )
 
59
  demo.launch(
60
  server_name="0.0.0.0",
61
  server_port=int(os.getenv("PORT", "7860")),
62
+ share=True,
63
  show_error=True,
64
  )