Temporarily remove Whisper
Browse files
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
|
| 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)
|