Aluren commited on
Commit
e7815cf
·
verified ·
1 Parent(s): ca3effd

Update app.py

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