nateraw commited on
Commit
89c6b1c
·
1 Parent(s): 8584654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -168,7 +168,7 @@ iface_file = gr.Interface(
168
  inputs=[
169
  gr.inputs.Video(source="upload"),
170
  gr.inputs.Slider(minimum=0, maximum=300, step=1, default=0),
171
- gr.inputs.Slider(minimum=1, maximum=4, step=1, default=2),
172
  ],
173
  outputs=gr.outputs.Video(),
174
  title='AnimeGANV2 On Videos',
@@ -176,9 +176,9 @@ iface_file = gr.Interface(
176
  article=article,
177
  enable_queue=True,
178
  examples=[
 
 
179
  ['obama.webm', 0, 4],
180
- ['driving.mp4', 0, 4],
181
- ['bella_poarch.mp4', 0, 4],
182
  ],
183
  allow_flagging=False,
184
  )
 
168
  inputs=[
169
  gr.inputs.Video(source="upload"),
170
  gr.inputs.Slider(minimum=0, maximum=300, step=1, default=0),
171
+ gr.inputs.Slider(minimum=1, maximum=6, step=1, default=2),
172
  ],
173
  outputs=gr.outputs.Video(),
174
  title='AnimeGANV2 On Videos',
 
176
  article=article,
177
  enable_queue=True,
178
  examples=[
179
+ ['driving.mp4', 0, 6],
180
+ ['bella_poarch.mp4', 0, 6],
181
  ['obama.webm', 0, 4],
 
 
182
  ],
183
  allow_flagging=False,
184
  )