5.0-dev / app.py
hmb's picture
hmb HF staff
Rename run.py to app.py
e42f735 verified
raw
history blame contribute delete
No virus
142 Bytes
import gradio as gr
demo = gr.Interface(
fn=None,
inputs=["imageeditor"],
outputs=None,
title=gr.__version__
)
demo.launch()