File size: 360 Bytes
c0b9c44 e06af5e |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
examples = [["furniroom-texx, virtual staging, 8K, good lighting"],
["furniroom-texx as a kitchen space, virtual staging, 8K, good lighting"],
["furniroom-texx with dining table, 8K"],
["furniroom-texx with bed, study table, 8K"],
]
gr.load("models/jkcg/room", examples = examples).launch() |