Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -35,12 +35,6 @@ MARKDOWN = """
|
|
35 |
3. If you want the refine result to be more consistent with the image, please manually increase the CFG strength.
|
36 |
"""
|
37 |
EXAMPLES = [
|
38 |
-
[
|
39 |
-
"assets/image/100.png",
|
40 |
-
"assets/model/100.glb",
|
41 |
-
42,
|
42 |
-
False,
|
43 |
-
],
|
44 |
[
|
45 |
"assets/image/503d193a-1b9b-4685-b05f-00ac82f93d7b.png",
|
46 |
"assets/model/503d193a-1b9b-4685-b05f-00ac82f93d7b.glb",
|
@@ -71,6 +65,12 @@ EXAMPLES = [
|
|
71 |
42,
|
72 |
False,
|
73 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
]
|
75 |
|
76 |
|
@@ -200,7 +200,7 @@ with gr.Blocks() as demo:
|
|
200 |
minimum=0.0,
|
201 |
maximum=50.0,
|
202 |
step=0.1,
|
203 |
-
value=
|
204 |
)
|
205 |
gen_button = gr.Button("Generate Details", variant="primary")
|
206 |
|
|
|
35 |
3. If you want the refine result to be more consistent with the image, please manually increase the CFG strength.
|
36 |
"""
|
37 |
EXAMPLES = [
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
[
|
39 |
"assets/image/503d193a-1b9b-4685-b05f-00ac82f93d7b.png",
|
40 |
"assets/model/503d193a-1b9b-4685-b05f-00ac82f93d7b.glb",
|
|
|
65 |
42,
|
66 |
False,
|
67 |
],
|
68 |
+
[
|
69 |
+
"assets/image/100.png",
|
70 |
+
"assets/model/100.glb",
|
71 |
+
42,
|
72 |
+
False,
|
73 |
+
],
|
74 |
]
|
75 |
|
76 |
|
|
|
200 |
minimum=0.0,
|
201 |
maximum=50.0,
|
202 |
step=0.1,
|
203 |
+
value=10.0,
|
204 |
)
|
205 |
gen_button = gr.Button("Generate Details", variant="primary")
|
206 |
|