Spaces:
Running
on
T4
Running
on
T4
Phil Sobrepena
commited on
Commit
·
b6be2fd
1
Parent(s):
56a9322
title and description
Browse files
app.py
CHANGED
@@ -133,7 +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 |
-
Video-to-Audio
|
137 |
|
138 |
NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side).
|
139 |
Doing so does not improve results.
|
@@ -151,7 +151,7 @@ video_to_audio_tab = gr.Interface(
|
|
151 |
],
|
152 |
outputs='playable_video',
|
153 |
cache_examples=False,
|
154 |
-
title='Sonisphere — Sonic Branding
|
155 |
examples=[
|
156 |
])
|
157 |
|
|
|
133 |
video_to_audio_tab = gr.Interface(
|
134 |
fn=video_to_audio,
|
135 |
description="""
|
136 |
+
Convert Video-to-Audio using Multi Modal Audio Synthesis
|
137 |
|
138 |
NOTE: It takes longer to process high-resolution videos (>384 px on the shorter side).
|
139 |
Doing so does not improve results.
|
|
|
151 |
],
|
152 |
outputs='playable_video',
|
153 |
cache_examples=False,
|
154 |
+
title='Sonisphere — Sonic Branding Tool',
|
155 |
examples=[
|
156 |
])
|
157 |
|