aliabd's picture
aliabd HF Staff
Update app.py
b011527
raw
history blame
92 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Image(interative=True)
demo.launch()