Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -175,9 +175,9 @@ iface_file = gr.Interface(
|
|
175 |
description="Applying AnimeGAN-V2 to frames from video clips",
|
176 |
article=article,
|
177 |
enable_queue=True,
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
allow_flagging=False,
|
182 |
)
|
183 |
|
|
|
175 |
description="Applying AnimeGAN-V2 to frames from video clips",
|
176 |
article=article,
|
177 |
enable_queue=True,
|
178 |
+
examples=[
|
179 |
+
['obama.webm', 0, 4],
|
180 |
+
],
|
181 |
allow_flagging=False,
|
182 |
)
|
183 |
|