Spaces:
Runtime error
Runtime error
Commit
·
229bef4
1
Parent(s):
4f363cb
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
|
|
3 |
|
4 |
|
5 |
gr.Interface(
|
6 |
-
"DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
|
7 |
-
title="
|
8 |
-
description="
|
9 |
layout="horizontal",
|
10 |
theme="huggingface",
|
11 |
).launch(enable_queue=True)
|
|
|
3 |
|
4 |
|
5 |
gr.Interface(
|
6 |
+
"huggingface/DrishtiSharma/wav2vec2-base-finetuned-sentiment-mesd-v11",
|
7 |
+
title="Test Space",
|
8 |
+
description="Test Space",
|
9 |
layout="horizontal",
|
10 |
theme="huggingface",
|
11 |
).launch(enable_queue=True)
|