Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,9 +133,7 @@ def text_to_audio(prompt: str, negative_prompt: str, seed: int, num_steps: int,
|
|
| 133 |
video_to_audio_tab = gr.Interface(
|
| 134 |
fn=video_to_audio,
|
| 135 |
description="""
|
| 136 |
-
|
| 137 |
-
Code: <a href="https://github.com/hkchengrex/MMAudio">https://github.com/hkchengrex/MMAudio</a><br>
|
| 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 |
""",
|
|
@@ -150,7 +148,7 @@ video_to_audio_tab = gr.Interface(
|
|
| 150 |
],
|
| 151 |
outputs='playable_video',
|
| 152 |
cache_examples=False,
|
| 153 |
-
title='
|
| 154 |
examples=[
|
| 155 |
[
|
| 156 |
'https://huggingface.co/hkchengrex/MMAudio/resolve/main/examples/sora_beach.mp4',
|
|
|
|
| 133 |
video_to_audio_tab = gr.Interface(
|
| 134 |
fn=video_to_audio,
|
| 135 |
description="""
|
| 136 |
+
|
|
|
|
|
|
|
| 137 |
NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side).
|
| 138 |
Doing so does not improve results.
|
| 139 |
""",
|
|
|
|
| 148 |
],
|
| 149 |
outputs='playable_video',
|
| 150 |
cache_examples=False,
|
| 151 |
+
title='Genera audio para Videos',
|
| 152 |
examples=[
|
| 153 |
[
|
| 154 |
'https://huggingface.co/hkchengrex/MMAudio/resolve/main/examples/sora_beach.mp4',
|