Spaces:
Running
on
Zero
Running
on
Zero
debug
Browse files
app.py
CHANGED
|
@@ -89,13 +89,10 @@ def main():
|
|
| 89 |
with gr.Group():
|
| 90 |
#translated_text = gr.Textbox(label='Translated Text')
|
| 91 |
with gr.Tabs():
|
| 92 |
-
with gr.TabItem('
|
| 93 |
result_video1 = gr.Video(show_label=False)
|
| 94 |
-
with gr.TabItem('Output2 (Video)'):
|
| 95 |
result_video2 = gr.Video(show_label=False)
|
| 96 |
-
with gr.TabItem('Output3 (Video)'):
|
| 97 |
result_video3 = gr.Video(show_label=False)
|
| 98 |
-
with gr.TabItem('Output4 (Video)'):
|
| 99 |
result_video4 = gr.Video(show_label=False)
|
| 100 |
|
| 101 |
|
|
|
|
| 89 |
with gr.Group():
|
| 90 |
#translated_text = gr.Textbox(label='Translated Text')
|
| 91 |
with gr.Tabs():
|
| 92 |
+
with gr.TabItem('Output (Video)'):
|
| 93 |
result_video1 = gr.Video(show_label=False)
|
|
|
|
| 94 |
result_video2 = gr.Video(show_label=False)
|
|
|
|
| 95 |
result_video3 = gr.Video(show_label=False)
|
|
|
|
| 96 |
result_video4 = gr.Video(show_label=False)
|
| 97 |
|
| 98 |
|