justinpinkney commited on
Commit
67f8600
1 Parent(s): b32b037

fix examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ output = gr.Gallery(label="Generated variations")
72
  output.style(grid=2)
73
 
74
  examples = [
75
- ["examples/vermeer.jpg", 3, 1, True, 25],
76
- ["examples/matisse.jpg", 3, 1, True, 25],
77
  ]
78
 
79
  demo = gr.Interface(
 
72
  output.style(grid=2)
73
 
74
  examples = [
75
+ ["examples/vermeer.jpg", 3, 1, 25, 0],
76
+ ["examples/matisse.jpg", 3, 1, 25, 0],
77
  ]
78
 
79
  demo = gr.Interface(