yourusername commited on
Commit
991c8bf
·
1 Parent(s): e2a7285

:bug: remove unused example arg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ gr.Interface(
151
  article=article,
152
  enable_queue=True,
153
  examples=[
154
- ['obama.webm', 0, 4, 12],
155
  ],
156
  allow_flagging=False,
157
  ).launch(debug=True)
 
151
  article=article,
152
  enable_queue=True,
153
  examples=[
154
+ ['obama.webm', 0, 4],
155
  ],
156
  allow_flagging=False,
157
  ).launch(debug=True)