Upload app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ yt_transcribe = gr.Interface(
|
|
92 |
gr.Textbox(label="Transcribed text"),
|
93 |
gr.Textbox(label="Summarized text"),
|
94 |
gr.Textbox(label="Translated text"),
|
95 |
-
]
|
96 |
layout="horizontal",
|
97 |
theme="huggingface",
|
98 |
title="Whisper Demo: Transcribe, Summarize and Translate YouTube",
|
|
|
92 |
gr.Textbox(label="Transcribed text"),
|
93 |
gr.Textbox(label="Summarized text"),
|
94 |
gr.Textbox(label="Translated text"),
|
95 |
+
],
|
96 |
layout="horizontal",
|
97 |
theme="huggingface",
|
98 |
title="Whisper Demo: Transcribe, Summarize and Translate YouTube",
|