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