DrishtiSharma commited on
Commit
229bef4
·
1 Parent(s): 4f363cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Hindi ASR using Wav2Vec2-1B with LM",
8
- description="Built during Robust Speech Event",
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)