camenduru commited on
Commit
37f663d
1 Parent(s): 80b7487

Update oh-no.py

Browse files
Files changed (1) hide show
  1. oh-no.py +2 -1
oh-no.py CHANGED
@@ -6,7 +6,8 @@ def run():
6
  with block:
7
  gr.Markdown(
8
  """
9
- # oh no 😐 something wrong with the 🤗 hugging face servers 😐 hopefully, it will be fixed soon
 
10
  """)
11
  block.launch(server_name="0.0.0.0", server_port=7860)
12
 
 
6
  with block:
7
  gr.Markdown(
8
  """
9
+ 🐣 Please follow me for new updates https://twitter.com/camenduru <br />
10
+ 🔥 Please join our discord server https://discord.gg/k5BwmmvJJU <br />
11
  """)
12
  block.launch(server_name="0.0.0.0", server_port=7860)
13