gnosticdev commited on
Commit
f5355b0
Β·
verified Β·
1 Parent(s): b4858e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- Project page: <a href="https://hkchengrex.com/MMAudio/">https://hkchengrex.com/MMAudio/</a><br>
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='MMAudio β€” Video-to-Audio Synthesis',
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',