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