trhacknon commited on
Commit
8fec139
1 Parent(s): 5cb066f

Update oh-no.py

Browse files
Files changed (1) hide show
  1. oh-no.py +1 -1
oh-no.py CHANGED
@@ -8,7 +8,7 @@ def run():
8
  """
9
  <p>oh no 😐 something wrong with the 🤗 hugging face servers 😐 hopefully, it will be fixed soon</p>
10
  """)
11
- block.launch(server_name="0.0.0.0", server_port=7860)
12
 
13
  if __name__ == "__main__":
14
  run()
 
8
  """
9
  <p>oh no 😐 something wrong with the 🤗 hugging face servers 😐 hopefully, it will be fixed soon</p>
10
  """)
11
+ block.launch(server_name="0.0.0.0", server_port=7860, share=True)
12
 
13
  if __name__ == "__main__":
14
  run()