Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syvatiwafo
/
openfree-flux-chatgpt-ghibli-lora
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
openfree-flux-chatgpt-ghibli-lora
/
app.py
syvatiwafo
initial commit
bbbddc9
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
import
gradio
as
gr
gr.load(
"models/openfree/flux-chatgpt-ghibli-lora"
,
provider=
"hf-inference"
,
).launch()