Spaces:
Runtime error
Runtime error
Commit
·
991c8bf
1
Parent(s):
e2a7285
:bug: remove unused example arg
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ gr.Interface(
|
|
151 |
article=article,
|
152 |
enable_queue=True,
|
153 |
examples=[
|
154 |
-
['obama.webm', 0, 4
|
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)
|