nateraw commited on
Commit
61fe45b
1 Parent(s): 9ec8e7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # examples=[
179
- # ['obama.webm', 0, 4],
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