PKUWilliamYang commited on
Commit
31083ae
1 Parent(s): b716e0c

Update webUI/app_task.py

Browse files
Files changed (1) hide show
  1. webUI/app_task.py +2 -2
webUI/app_task.py CHANGED
@@ -186,7 +186,7 @@ def create_demo_vediting(process, max_frame_num = 4):
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,
190
  step=1)
191
  #input_info = gr.Textbox(label='Process Information', interactive=False, value='n.a.')
192
  run_button = gr.Button(label='Run')
@@ -220,7 +220,7 @@ def create_demo_vtoonify(process, max_frame_num = 4):
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,
224
  step=1)
225
  #input_info = gr.Textbox(label='Process Information', interactive=False, value='n.a.')
226
  run_button = gr.Button(label='Run')
 
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=4,
190
  step=1)
191
  #input_info = gr.Textbox(label='Process Information', interactive=False, value='n.a.')
192
  run_button = gr.Button(label='Run')
 
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=4,
224
  step=1)
225
  #input_info = gr.Textbox(label='Process Information', interactive=False, value='n.a.')
226
  run_button = gr.Button(label='Run')