Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,12 +31,14 @@ MARKDOWN = """
|
|
31 |
3. If you want the refine result to be more consistent with the image, please manually increase the CFG strength.
|
32 |
"""
|
33 |
EXAMPLES = [
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
40 |
]
|
41 |
|
42 |
|
|
|
31 |
3. If you want the refine result to be more consistent with the image, please manually increase the CFG strength.
|
32 |
"""
|
33 |
EXAMPLES = [
|
34 |
+
[
|
35 |
+
{
|
36 |
+
"image": "assets/image/100.png",
|
37 |
+
},
|
38 |
+
"assets/model/100.glb",
|
39 |
+
42,
|
40 |
+
False,
|
41 |
+
]
|
42 |
]
|
43 |
|
44 |
|