jkcg commited on
Commit
ff678c0
·
verified ·
1 Parent(s): 9b4c6ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import gradio as gr
2
 
3
  examples = [["a photo of single furnichair-texx in an empty room, virtual staging, 8K, good lighting"],
4
- #["5 furnichair-texx in an empty room, virtual staging, 8K, good lighting"],
5
- #["single furnichair-texx, red cushion, in an empty room, virtual staging, 8K, good lighting"],
6
- #["single furnichair-texx in an crowded market, center, 8K"],
7
- #["single furnichair-texx, product photography, center, 8K"],
8
  ]
9
 
10
  gr.load("models/jkcg/chair", examples = examples).launch()
 
1
  import gradio as gr
2
 
3
  examples = [["a photo of single furnichair-texx in an empty room, virtual staging, 8K, good lighting"],
4
+ ["5 furnichair-texx in an empty room, virtual staging, 8K, good lighting"],
5
+ ["single furnichair-texx, red cushion, in an empty room, virtual staging, 8K, good lighting"],
6
+ ["single furnichair-texx in an crowded market, center, 8K"],
7
+ ["single furnichair-texx, product photography, center, 8K"],
8
  ]
9
 
10
  gr.load("models/jkcg/chair", examples = examples).launch()