Spaces:
Runtime error
Runtime error
Commit
·
62261eb
1
Parent(s):
1c99931
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,4 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
|
5 |
-
gr.Interface(
|
6 |
-
"huggingface/DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
|
7 |
-
theme="huggingface",
|
8 |
-
).launch(enable_queue=True)
|
|
|
2 |
|
3 |
|
4 |
|
5 |
+
gr.Interface.load("huggingface/DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",theme="huggingface").launch()
|
|
|
|
|
|