file / app.py
abidlabs's picture
abidlabs HF staff
Update app.py
d086f84
raw
history blame
No virus
100 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.File("examples/dali-walle.jpg")
demo.launch()