Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(),
|