r3gm commited on
Commit
8e6c9a4
1 Parent(s): fb8db7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -309,7 +309,7 @@ with gr.Blocks() as demo:
309
 
310
  with gr.Column(variant='compact'):
311
  with gr.Row():
312
- video_button = gr.Button("Translate audio of video", )
313
  with gr.Row():
314
  video_output = gr.Video()
315
 
@@ -387,7 +387,7 @@ with gr.Blocks() as demo:
387
 
388
  with gr.Column(variant='compact'):
389
  with gr.Row():
390
- text_button = gr.Button("Translate audio of video")
391
  with gr.Row():
392
  link_output = gr.Video() #gr.outputs.File(label="Download!") # gr.Video()
393
 
 
309
 
310
  with gr.Column(variant='compact'):
311
  with gr.Row():
312
+ video_button = gr.Button("TRANSLATE", )
313
  with gr.Row():
314
  video_output = gr.Video()
315
 
 
387
 
388
  with gr.Column(variant='compact'):
389
  with gr.Row():
390
+ text_button = gr.Button("TRANSLATE")
391
  with gr.Row():
392
  link_output = gr.Video() #gr.outputs.File(label="Download!") # gr.Video()
393