Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theunseenones94
/
black-forest-labs-FLUX.1-Canny-dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
black-forest-labs-FLUX.1-Canny-dev
/
app.py
theunseenones94
initial commit
8b52cbc
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
import
gradio
as
gr
gr.load(
"models/black-forest-labs/FLUX.1-Canny-dev"
,
provider=
"together"
,
).launch()