aupfe08 commited on
Commit
0cc3e73
·
1 Parent(s): 5382c8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="audio",
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