danhtran2mind commited on
Commit
9111227
·
verified ·
1 Parent(s): f57040a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_examples(examples_dir: str = "assets/examples") -> list:
55
 
56
  if not ans:
57
  ans = [
58
- ["a serene landscape in Ghibli style", 64, 64, 50, 3.5, 42 Enemies, None]
59
  ]
60
  return ans
61
 
 
55
 
56
  if not ans:
57
  ans = [
58
+ ["a serene landscape in Ghibli style", 64, 64, 50, 3.5, 42, None]
59
  ]
60
  return ans
61