tf-test / app.py
chansung's picture
Create app.py
2d12939
raw
history blame
93 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("hello world")
demo.launch()