import gradio as gr block = gr.Blocks() def run(): with block: gr.Markdown( """

oh no 😐 something is wrong. I am trying to find out what it is. please check this.

update: something wrong with the 🤗 hugging face servers 😐 hopefully, it will be fixed soon

🚨 We have a new version ✨ please try it and add a comment if you find any issues. https://huggingface.co/spaces/camenduru/webui-docker

""") block.launch(server_name="0.0.0.0", server_port=7860) if __name__ == "__main__": run()