whispy commited on
Commit
c7eee43
1 Parent(s): 3e14be7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",