Spaces:
doevent
/
Running on Zero

ohayonguy commited on
Commit
a775d21
·
1 Parent(s): 81ba96a

improved interface

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -280,12 +280,12 @@ demo = gr.Interface(
280
  description=intro,
281
  article=article,
282
  examples=[
283
- [42, False, "examples/01.png", False, 1, 25],
284
- [42, False, "examples/03.jpg", False, 2, 25],
285
- [42, False, "examples/00000055.png", True, 1, 25],
286
- [42, False, "examples/00000085.png", True, 1, 25],
287
- [42, False, "examples/00000113.png", True, 1, 25],
288
- [42, False, "examples/00000137.png", True, 1, 25],
289
  ],
290
  theme=gr.themes.Soft(),
291
  )
 
280
  description=intro,
281
  article=article,
282
  examples=[
283
+ ["examples/01.png", 42, False, False, 1, 25],
284
+ ["examples/03.jpg", 42, False, False, 2, 25],
285
+ ["examples/00000055.png", 42, False, True, 1, 25],
286
+ ["examples/00000085.png", 42, False, True, 1, 25],
287
+ ["examples/00000113.png", 42, False, True, 1, 25],
288
+ ["examples/00000137.png", 42, False, True, 1, 25],
289
  ],
290
  theme=gr.themes.Soft(),
291
  )