Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def transcribe(data):
|
|
| 42 |
|
| 43 |
demo = gr.Interface(
|
| 44 |
fn=transcribe,
|
| 45 |
-
inputs=gr.JSON(
|
| 46 |
outputs="text",
|
| 47 |
title="Transcriber for Ghanaian-accented speech (English)",
|
| 48 |
description="Realtime demo for Ghanaian-accented speech recognition (in English).",
|
|
|
|
| 42 |
|
| 43 |
demo = gr.Interface(
|
| 44 |
fn=transcribe,
|
| 45 |
+
inputs=gr.JSON(),
|
| 46 |
outputs="text",
|
| 47 |
title="Transcriber for Ghanaian-accented speech (English)",
|
| 48 |
description="Realtime demo for Ghanaian-accented speech recognition (in English).",
|