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

Something Broke on the hugging face servers...temp solution

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