Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def transcribe(data):
|
|
| 38 |
|
| 39 |
demo = gr.Interface(
|
| 40 |
fn=transcribe,
|
| 41 |
-
inputs=
|
| 42 |
outputs="text",
|
| 43 |
title="Transcriber for Ghanaian-accented speech (English)",
|
| 44 |
description="Realtime demo for Ghanaian-accented speech recognition (in English).",
|
|
|
|
| 38 |
|
| 39 |
demo = gr.Interface(
|
| 40 |
fn=transcribe,
|
| 41 |
+
inputs=list[str],
|
| 42 |
outputs="text",
|
| 43 |
title="Transcriber for Ghanaian-accented speech (English)",
|
| 44 |
description="Realtime demo for Ghanaian-accented speech recognition (in English).",
|