Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ tts_demo = gr.load(
|
|
15 |
stt_demo = gr.load(
|
16 |
"huggingface/facebook/wav2vec2-base-960h",
|
17 |
title=None,
|
18 |
-
inputs="
|
19 |
description="Let me try to guess what you're saying!",
|
20 |
)
|
21 |
|
|
|
15 |
stt_demo = gr.load(
|
16 |
"huggingface/facebook/wav2vec2-base-960h",
|
17 |
title=None,
|
18 |
+
inputs="mic",
|
19 |
description="Let me try to guess what you're saying!",
|
20 |
)
|
21 |
|