Spaces:
Runtime error
Runtime error
omarelsayeed
commited on
Commit
•
c8a14d6
1
Parent(s):
b996efe
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import torch
|
|
14 |
import torchaudio
|
15 |
from transformers import pipeline
|
16 |
|
17 |
-
classifier = pipeline("audio-classification", model="omarelsayeed/
|
18 |
|
19 |
|
20 |
def recite_wav(path_name):
|
|
|
14 |
import torchaudio
|
15 |
from transformers import pipeline
|
16 |
|
17 |
+
classifier = pipeline("audio-classification", model="omarelsayeed/ed8am_elnoon_weltanween_bedon8onna")
|
18 |
|
19 |
|
20 |
def recite_wav(path_name):
|