aliabd HF Staff commited on
Commit
155aa04
·
1 Parent(s): 4c72fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import gradio as gr
3
 
4
  # automatically load the interface from a HF model
5
- stt_demo = gr.Interface.load(
6
  "huggingface/facebook/wav2vec2-base-960h",
7
  title="Speech-to-text",
8
  inputs="mic",
 
2
  import gradio as gr
3
 
4
  # automatically load the interface from a HF model
5
+ demo = gr.Interface.load(
6
  "huggingface/facebook/wav2vec2-base-960h",
7
  title="Speech-to-text",
8
  inputs="mic",