Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def transcribe(audio):
|
|
141 |
|
142 |
|
143 |
gr.Interface(
|
144 |
-
title = 'OpenAI Whisper ASR Gradio Web UI',
|
145 |
fn=transcribe,
|
146 |
inputs=[
|
147 |
gr.inputs.Audio(source="microphone", type="filepath")
|
|
|
141 |
|
142 |
|
143 |
gr.Interface(
|
144 |
+
title = 'OpenAI Whisper ASR Gradio Web UI',description="This app will take an audio input and it will try to guess the language and also translate it to french ",
|
145 |
fn=transcribe,
|
146 |
inputs=[
|
147 |
gr.inputs.Audio(source="microphone", type="filepath")
|