Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hmb
/
5.0-dev
like
0
Sleeping
App
Files
Files
Community
cf9cb6e
5.0-dev
/
run.py
hmb
HF staff
Create run.py
cf9cb6e
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
gradio
as
gr
demo = gr.Interface(
fn=
None
,
inputs=[
"imageeditor"
],
outputs=
None
,
title=gr.__version__
)
demo.launch()