Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cbensimon
/
gr-load-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e1f8804
gr-load-test
/
app.py
cbensimon
HF Staff
Create app.py
e1f8804
verified
11 days ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
gradio
as
gr
gr.load(
"cbensimon/dalle-3-xl-lora-v2"
, src=
"spaces"
).launch()