BoldActionMan commited on
Commit
b8db91c
·
verified ·
1 Parent(s): 722d4db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ gr.Interface(
271
  ],
272
  outputs=[
273
  gr.Video(label="Translated Video", format='mp4'),
274
- gr.Textbox(label=None)
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."