Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cedpsam
/
maximum-diffusion
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
20bb4b7
maximum-diffusion
/
app.py
cedpsam
Create app.py
20bb4b7
over 2 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
gradio
as
gr
max_d=gr.Interface.load(
"spaces/Omnibus/maximum_diffusion"
)
max_d.launch()