README / app.py
benjaminStreltzin's picture
Update app.py
b5e0bff verified
raw
history blame contribute delete
75 Bytes
import gradio as gr
gradio.Image()
demo = gr.Interface()
demo.launch()