nateraw's picture
Update app.py
96f798a
raw
history blame
88 Bytes
import gradio as gr
demo = gr.Blocks()
with demo:
gr.Markdown("Hi")
demo.launch()