nateraw commited on
Commit
fbb747c
1 Parent(s): 65f2560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=6, step=1, default=2),
172
  ],
173
  outputs=gr.outputs.Video(),
174
  title='AnimeGANV2 On Videos',
@@ -177,7 +177,7 @@ iface_file = gr.Interface(
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,
 
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=10, step=1, default=2),
172
  ],
173
  outputs=gr.outputs.Video(),
174
  title='AnimeGANV2 On Videos',
 
177
  enable_queue=True,
178
  examples=[
179
  ['driving.mp4', 0, 6],
180
+ ['bella_poarch.mp4', 4, 8],
181
  ['obama.webm', 0, 4],
182
  ],
183
  allow_flagging=False,