Spaces:
Runtime error
Runtime error
Commit
·
01f5670
1
Parent(s):
44e403d
:fire: remove example
Browse files
app.py
CHANGED
@@ -163,8 +163,8 @@ gr.Interface(
|
|
163 |
description="Applying AnimeGAN-V2 to frames from video clips",
|
164 |
article=article,
|
165 |
enable_queue=True,
|
166 |
-
examples=[
|
167 |
-
|
168 |
-
],
|
169 |
allow_flagging=False,
|
170 |
).launch()
|
|
|
163 |
description="Applying AnimeGAN-V2 to frames from video clips",
|
164 |
article=article,
|
165 |
enable_queue=True,
|
166 |
+
# examples=[
|
167 |
+
# ['obama.webm', 0, 4],
|
168 |
+
# ],
|
169 |
allow_flagging=False,
|
170 |
).launch()
|