Spaces:
Runtime error
Runtime error
Rex Cheng
commited on
Commit
β’
636dd83
1
Parent(s):
6ab1a8e
minor
Browse files
app.py
CHANGED
@@ -130,7 +130,8 @@ video_to_audio_tab = gr.Interface(
|
|
130 |
Project page: <a href="https://hkchengrex.com/MMAudio/">https://hkchengrex.com/MMAudio/</a><br>
|
131 |
Code: <a href="https://github.com/hkchengrex/MMAudio">https://github.com/hkchengrex/MMAudio</a><br>
|
132 |
|
133 |
-
NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side)
|
|
|
134 |
""",
|
135 |
inputs=[
|
136 |
gr.Video(),
|
|
|
130 |
Project page: <a href="https://hkchengrex.com/MMAudio/">https://hkchengrex.com/MMAudio/</a><br>
|
131 |
Code: <a href="https://github.com/hkchengrex/MMAudio">https://github.com/hkchengrex/MMAudio</a><br>
|
132 |
|
133 |
+
NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side).
|
134 |
+
Doing so does not improve results.
|
135 |
""",
|
136 |
inputs=[
|
137 |
gr.Video(),
|