Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -189,9 +189,9 @@ iface_file = gr.Interface(
|
|
189 |
description="Applying AnimeGAN-V2 to frames from video clips",
|
190 |
article=article,
|
191 |
enable_queue=True,
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
allow_flagging=False,
|
196 |
)
|
197 |
|
|
|
189 |
description="Applying AnimeGAN-V2 to frames from video clips",
|
190 |
article=article,
|
191 |
enable_queue=True,
|
192 |
+
examples=[
|
193 |
+
['obama.webm', 0, 4],
|
194 |
+
],
|
195 |
allow_flagging=False,
|
196 |
)
|
197 |
|