Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jkcg
/
furniture-chair
like
0
Runtime error
App
Files
Files
Community
7bfb1e8
furniture-chair
/
app.py
jkcg
Create app.py
7bfb1e8
verified
5 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
import
gradio
as
gr
examples = [[
"a photo of single furnichair-texx in an empty room, virtual staging, 8K, good lighting"
]]
gr.load(
"models/jkcg/dreambooth-sdxl-jkcg"
, examples=examples).launch()