Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|