jkcg commited on
Commit
e06af5e
1 Parent(s): 64270bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1,3 +1,9 @@
1
  import gradio as gr
2
 
3
- gr.load("models/jkcg/room").launch()
 
 
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ examples = [["furniroom-texx, virtual staging, 8K, good lighting"],
4
+ ["furniroom-texx as a kitchen space, virtual staging, 8K, good lighting"],
5
+ ["furniroom-texx with dining table, 8K"],
6
+ ["furniroom-texx with bed, study table, 8K"],
7
+ ]
8
+
9
+ gr.load("models/jkcg/room", examples = examples).launch()