room / app.py
jkcg's picture
Update app.py
e06af5e verified
raw
history blame contribute delete
360 Bytes
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()