File size: 577 Bytes
02faf25
 
ec222a4
ff678c0
 
 
 
9b4c6ef
e75c38f
ec222a4
 
1
2
3
4
5
6
7
8
9
10
11
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()