Update app.py
Browse files
app.py
CHANGED
|
@@ -133,11 +133,8 @@ 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:
|
| 140 |
-
Doing so does not improve results.
|
| 141 |
""",
|
| 142 |
inputs=[
|
| 143 |
gr.Video(),
|
|
@@ -150,7 +147,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: NOT: YΓΌksek Γ§ΓΆzΓΌnΓΌrlΓΌklΓΌ videolarΔ± (>384 piksel daha kΔ±sa) iΕlemek daha uzun sΓΌrer.
|
|
|
|
| 138 |
""",
|
| 139 |
inputs=[
|
| 140 |
gr.Video(),
|
|
|
|
| 147 |
],
|
| 148 |
outputs='playable_video',
|
| 149 |
cache_examples=False,
|
| 150 |
+
title='MMAudio β Hepzeka.com - Video-to-Audio Synthesis',
|
| 151 |
examples=[
|
| 152 |
[
|
| 153 |
'https://huggingface.co/hkchengrex/MMAudio/resolve/main/examples/sora_beach.mp4',
|