Spaces:
Runtime error
Runtime error
File size: 430 Bytes
4533bc5 37f663d dc2efea 37f663d 4533bc5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
import gradio as gr
block = gr.Blocks()
def run():
with block:
gr.Markdown(
"""
🐣 Please follow me for new updates https://twitter.com/camenduru <br />
🧬 Please follow me for new updates https://github.com/camenduru <br />
🔥 Please join our discord server https://discord.gg/k5BwmmvJJU <br />
""")
block.launch(server_name="0.0.0.0", server_port=7860)
if __name__ == "__main__":
run() |