Aluren commited on
Commit
43ee827
·
verified ·
1 Parent(s): b98e999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
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
- "image": "assets/image/100.png",
36
- },
37
- "assets/model/100.glb",
38
- 42,
39
- False,
 
 
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