aliabd's picture
aliabd HF staff
Update app.py
882545d
raw
history blame
93 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Image(interactive=True)
demo.launch()