Ahmed107 commited on
Commit
0711d27
·
verified ·
1 Parent(s): b6f3062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  from datasets import load_dataset, Audio
5
 
6
  # Load your model
7
- classifier = pipeline("audio-classification", model="Ahmed107/whisper-small-ar-ft-eos-v2")
8
 
9
 
10
  # Function to resample audio to 16kHz
 
4
  from datasets import load_dataset, Audio
5
 
6
  # Load your model
7
+ classifier = pipeline("audio-classification", model="Ahmed107/eos-v4-whisper-small-ar")
8
 
9
 
10
  # Function to resample audio to 16kHz