comdoleger commited on
Commit
9a071a1
1 Parent(s): 385b2e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -80,6 +80,15 @@ example_list = [
80
  "(( A Pair of Brown Shoes )), vibrant, Shadow",
81
  False,
82
  "examples/out3.png"
 
 
 
 
 
 
 
 
 
83
  ]
84
  ]
85
 
 
80
  "(( A Pair of Brown Shoes )), vibrant, Shadow",
81
  False,
82
  "examples/out3.png"
83
+ ],
84
+ [
85
+ "examples/in4.png",
86
+ "A Bottle, placed on a rustic wooden table, viewed from a slight above angle, overlooking a serene beach, with seashells and driftwood artfully scattered around, bathed in the warm glow of the setting sun",
87
+ 3.50,
88
+ "full",
89
+ "A transparent Bottle with a black cap and a semi transparent liquide, Sunset",
90
+ False,
91
+ "examples/out4.png"
92
  ]
93
  ]
94