import gradio as gr block = gr.Blocks() def run(): with block: gr.Markdown( """ 🐣 Please follow me for new updates https://twitter.com/camenduru
🧬 Please follow me for new updates https://github.com/camenduru
🔥 Please join our discord server https://discord.gg/k5BwmmvJJU
""") block.launch(server_name="0.0.0.0", server_port=7860) if __name__ == "__main__": run()