Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def transcribe(audio,language):
|
|
56 |
|
57 |
|
58 |
gr.Interface(
|
59 |
-
title = '
|
60 |
fn=transcribe,
|
61 |
inputs=[
|
62 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
|
|
56 |
|
57 |
|
58 |
gr.Interface(
|
59 |
+
title = 'Coherent Speech',
|
60 |
fn=transcribe,
|
61 |
inputs=[
|
62 |
gr.inputs.Audio(source="microphone", type="filepath"),
|