chansung's picture
Create main.py
0d32d53 verified
raw
history blame
100 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("hello world")
demo.queue().launch()