Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
goldenbrown
/
sdxl_model
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sdxl_model
/
app.py
goldenbrown
Create app.py
dce7ab2
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
gradio
as
gr
demo = gr.load(
"Organika/sdxl-detector"
, src=
"models"
)
demo.launch()