Spaces:
Build error
Build error
Update app.py
Browse files
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("
|
| 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("
|
| 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 |
|