Fabrice-TIERCELIN commited on
Commit
b32a367
·
verified ·
1 Parent(s): 72f1762
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -733,7 +733,7 @@ def _render_one_mode(name: str) -> dict:
733
  input_image_debug = gr.Image(type="filepath", label="Image Debug")
734
  end_image_debug = gr.Image(type="filepath", label="End image Debug")
735
  audio_debug = gr.Audio(label="Source audio Debug", type="filepath")
736
- total_second_length_debug = gr.Slider(1, 120, value=40, step=1, label="Total second length Debug")
737
  allocation_time_debug = gr.Slider(1, 60 * 60, value=25 * 60, step=1, label="Time Debug")
738
  output_video_debug = gr.Video(label="Generated Video", autoplay = True, loop = True, interactive = False)
739
  gr.Examples(
 
733
  input_image_debug = gr.Image(type="filepath", label="Image Debug")
734
  end_image_debug = gr.Image(type="filepath", label="End image Debug")
735
  audio_debug = gr.Audio(label="Source audio Debug", type="filepath")
736
+ total_second_length_debug = gr.Slider(1, 120, value=45, step=1, label="Total second length Debug")
737
  allocation_time_debug = gr.Slider(1, 60 * 60, value=25 * 60, step=1, label="Time Debug")
738
  output_video_debug = gr.Video(label="Generated Video", autoplay = True, loop = True, interactive = False)
739
  gr.Examples(