nateraw commited on
Commit
dec4fa2
1 Parent(s): d7ab58f

Update app.py

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