hkchengrex commited on
Commit
1836667
·
verified ·
1 Parent(s): b4858e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -138,6 +138,8 @@ video_to_audio_tab = gr.Interface(
138
 
139
  NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side).
140
  Doing so does not improve results.
 
 
141
  """,
142
  inputs=[
143
  gr.Video(),
 
138
 
139
  NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side).
140
  Doing so does not improve results.
141
+
142
+ The model has been trained on 8-second videos. Using much longer or shorter videos will degrade performance. Around 5s~12s should be fine.
143
  """,
144
  inputs=[
145
  gr.Video(),