Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Akbartus
/
Flux1Dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bf65365
Flux1Dev
/
app.py
Akbartus
Update app.py
bf65365
verified
4 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.load(
"black-forest-labs/FLUX.1-dev"
, src=
"spaces"
)
demo.launch()