yourusername commited on
Commit
01f5670
·
1 Parent(s): 44e403d

:fire: remove example

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