JLW commited on
Commit
0c08021
·
1 Parent(s): 272afe3

Temporarily remove Whisper

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -468,7 +468,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
468
  lines=1)
469
  submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
470
 
471
- # UNCOMMENT TO USE WHISPER
472
  # with gr.Row():
473
  # audio_comp = gr.Microphone(source="microphone", type="filepath", label="Just say it!",
474
  # interactive=True, streaming=False)
 
468
  lines=1)
469
  submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
470
 
471
+ # UNCOMMENT TO-USE WHISPER
472
  # with gr.Row():
473
  # audio_comp = gr.Microphone(source="microphone", type="filepath", label="Just say it!",
474
  # interactive=True, streaming=False)