testspace / app.py
gauntlet173's picture
Create app.py
8ed81b7 verified
raw
history blame contribute delete
94 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Markdown("# Hello World")
demo.launch()