Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,13 @@ DESCRIPTIONXX = """
|
|
22 |
|
23 |
examples = [
|
24 |
|
25 |
-
"Many
|
26 |
-
"A
|
|
|
|
|
|
|
|
|
|
|
27 |
]
|
28 |
|
29 |
MODEL_OPTIONS = {
|
|
|
22 |
|
23 |
examples = [
|
24 |
|
25 |
+
"Many strawberry splashed with drops of water within a fancy bowl 4k, hdr --v 6.0 --style raw",
|
26 |
+
"A lemon slice falling into a glass of water, droplets suspended mid-flight, 4K, HDR, --v 6.0 --style raw",
|
27 |
+
"A honey dipper dripping golden honey, thick droplets captured mid-pour, 4K, HDR, --v 6.0 --style raw",
|
28 |
+
"A splash of milk erupting as a cookie drops into a glass, dynamic and crisp, 4K, HDR, --v 6.0 --style raw",
|
29 |
+
"A coffee bean explosion mid-grind, fine powder and whole beans suspended, 4K, HDR, --v 6.0 --style raw",
|
30 |
+
"An orange being squeezed, juice droplets scattering outward in vivid detail, 4K, HDR, --v 6.0 --style raw",
|
31 |
+
"A watermelon slice splashing into a pool of water, vibrant droplets and waves captured mid-motion, 4K, HDR, --v 6.0 --style raw",
|
32 |
]
|
33 |
|
34 |
MODEL_OPTIONS = {
|