PKUWilliamYang commited on
Commit
017816c
·
1 Parent(s): 5d9f15f

Update webUI/app_task.py

Browse files
Files changed (1) hide show
  1. webUI/app_task.py +2 -2
webUI/app_task.py CHANGED
@@ -183,7 +183,7 @@ def create_demo_vediting(process, max_frame_num = 4):
183
  value=1,
184
  step=0.1)
185
  frame_num = gr.Slider(label='Number of frames to edit (full video editing is not allowed so as not to slow down the demo, \
186
- but you can duplicate the Space to modify the number limit from 4 to a large value)',
187
  minimum=1,
188
  maximum=max_frame_num,
189
  value=2,
@@ -217,7 +217,7 @@ def create_demo_vtoonify(process, max_frame_num = 4):
217
  input_video = gr.Video(source='upload', mirror_webcam=False, type='filepath')
218
  style_type = gr.Radio(label='Style Type', choices=['Pixar','Cartoon','Arcane'], value='Pixar')
219
  frame_num = gr.Slider(label='Number of frames to toonify (full video toonification is not allowed so as not to slow down the demo, \
220
- but you can duplicate the Space to modify the number limit from 4 to a large value)',
221
  minimum=1,
222
  maximum=max_frame_num,
223
  value=2,
 
183
  value=1,
184
  step=0.1)
185
  frame_num = gr.Slider(label='Number of frames to edit (full video editing is not allowed so as not to slow down the demo, \
186
+ but you can duplicate the Space to modify the number limit to a large value)',
187
  minimum=1,
188
  maximum=max_frame_num,
189
  value=2,
 
217
  input_video = gr.Video(source='upload', mirror_webcam=False, type='filepath')
218
  style_type = gr.Radio(label='Style Type', choices=['Pixar','Cartoon','Arcane'], value='Pixar')
219
  frame_num = gr.Slider(label='Number of frames to toonify (full video toonification is not allowed so as not to slow down the demo, \
220
+ but you can duplicate the Space to modify the number limit to a large value)',
221
  minimum=1,
222
  maximum=max_frame_num,
223
  value=2,