alexnasa commited on
Commit
49d5158
·
verified ·
1 Parent(s): 8dd9712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -175,7 +175,7 @@ def build_demo():
175
  examples = gr.Examples(
176
  examples=[
177
  [
178
- "assets/images/np10_cc486e491a2c499f9fd2aad2b02c6ccb.png",
179
  10,
180
  123,
181
  1024,
@@ -183,7 +183,7 @@ def build_demo():
183
  7.0,
184
  1e9,
185
  False,
186
- True
187
  ],
188
 
189
  ],
 
175
  examples = gr.Examples(
176
  examples=[
177
  [
178
+ "examples/np10_cc486e491a2c499f9fd2aad2b02c6ccb.png",
179
  10,
180
  123,
181
  1024,
 
183
  7.0,
184
  1e9,
185
  False,
186
+ False
187
  ],
188
 
189
  ],