awebdesigner09 commited on
Commit
e729b32
·
verified ·
1 Parent(s): 7c769e2

Update app.py

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