Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,6 @@ Supported languages:\n
|
|
| 116 |
"""
|
| 117 |
|
| 118 |
gr.Interface(
|
| 119 |
-
fn=detect_language,
|
| 120 |
fn=transcribe,
|
| 121 |
inputs=[
|
| 122 |
gr.inputs.Audio(source="microphone", type='filepath', optional=True),
|
|
|
|
| 116 |
"""
|
| 117 |
|
| 118 |
gr.Interface(
|
|
|
|
| 119 |
fn=transcribe,
|
| 120 |
inputs=[
|
| 121 |
gr.inputs.Audio(source="microphone", type='filepath', optional=True),
|