| 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() |