Update app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ gr.Interface(
|
|
| 271 |
],
|
| 272 |
outputs=[
|
| 273 |
gr.Video(label="Translated Video", format='mp4'),
|
| 274 |
-
gr.Textbox(
|
| 275 |
],
|
| 276 |
title="Video Translation and Voice Cloning",
|
| 277 |
description="Upload a video, choose a language to translate the audio, and download the processed video with translated audio."
|
|
|
|
| 271 |
],
|
| 272 |
outputs=[
|
| 273 |
gr.Video(label="Translated Video", format='mp4'),
|
| 274 |
+
gr.Textbox(show_label=False)
|
| 275 |
],
|
| 276 |
title="Video Translation and Voice Cloning",
|
| 277 |
description="Upload a video, choose a language to translate the audio, and download the processed video with translated audio."
|