Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,13 +31,7 @@ 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 |
-
"assets/image/100.png",
|
37 |
-
"assets/model/100.glb",
|
38 |
-
42,
|
39 |
-
False,
|
40 |
-
]
|
41 |
]
|
42 |
# EXAMPLES = [
|
43 |
# [
|
|
|
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 |
+
["assets/image/100.png","assets/model/100.glb",42,False,]
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
]
|
36 |
# EXAMPLES = [
|
37 |
# [
|