Spaces:
Runtime error
Runtime error
Commit
·
4d73b25
1
Parent(s):
d099ce5
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ with gr.Blocks(css = css) as demo:
|
|
| 153 |
transcribe_audio_u = gr.Button('Transcribe')
|
| 154 |
|
| 155 |
with gr.Row():
|
| 156 |
-
transcript_output = gr.Textbox(label="
|
| 157 |
transcript_file = gr.File()
|
| 158 |
|
| 159 |
transcribe_audio_yt.click(transcribe_yt, inputs = yt_input, outputs = [transcript_output, transcript_file])
|
|
|
|
| 153 |
transcribe_audio_u = gr.Button('Transcribe')
|
| 154 |
|
| 155 |
with gr.Row():
|
| 156 |
+
transcript_output = gr.Textbox(label="Transcript", lines = 20)
|
| 157 |
transcript_file = gr.File()
|
| 158 |
|
| 159 |
transcribe_audio_yt.click(transcribe_yt, inputs = yt_input, outputs = [transcript_output, transcript_file])
|