chair / app.py
jkcg's picture
Update app.py
ff678c0 verified
raw
history blame contribute delete
577 Bytes
import gradio as gr
examples = [["a photo of single furnichair-texx in an empty room, virtual staging, 8K, good lighting"],
["5 furnichair-texx in an empty room, virtual staging, 8K, good lighting"],
["single furnichair-texx, red cushion, in an empty room, virtual staging, 8K, good lighting"],
["single furnichair-texx in an crowded market, center, 8K"],
["single furnichair-texx, product photography, center, 8K"],
]
gr.load("models/jkcg/chair", examples = examples).launch()
#gr.load("models/jkcg/chair").launch()