Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ mic_transcribe = gr.Interface(
|
|
17 |
inputs=gr.Audio(sources="microphone",
|
18 |
type="filepath"),
|
19 |
outputs=gr.Textbox(label="Transcription",
|
20 |
-
lines=
|
21 |
allow_flagging="never")
|
22 |
|
23 |
file_transcribe = gr.Interface(
|
|
|
17 |
inputs=gr.Audio(sources="microphone",
|
18 |
type="filepath"),
|
19 |
outputs=gr.Textbox(label="Transcription",
|
20 |
+
lines=20),
|
21 |
allow_flagging="never")
|
22 |
|
23 |
file_transcribe = gr.Interface(
|