Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# automatically load the interface from a HF model
|
5 |
-
|
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",
|