camenduru commited on
Commit
eb8cab6
1 Parent(s): 4a09349

Update oh-no.py

Browse files
Files changed (1) hide show
  1. oh-no.py +1 -3
oh-no.py CHANGED
@@ -6,9 +6,7 @@ def run():
6
  with block:
7
  gr.Markdown(
8
  """
9
- <p>oh no 😐 something is wrong. I am trying to find out what it is. please check this.</p>
10
- <p>update: something wrong with the 🤗 hugging face servers 😐 hopefully, it will be fixed soon</p>
11
- <p>🚨 We have a new version ✨ please try it and add a comment if you find any issues. <a style="color: #00ff00;" href="https://huggingface.co/spaces/camenduru/webui-docker">https://huggingface.co/spaces/camenduru/webui-docker</a></p>
12
  """)
13
  block.launch(server_name="0.0.0.0", server_port=7860)
14
 
 
6
  with block:
7
  gr.Markdown(
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