HareemFatima
commited on
Commit
•
37da7d9
1
Parent(s):
87579e2
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from transformers import pipeline, AutoTokenizer, AutoModelForTextToWaveform
|
3 |
|
4 |
# Load the audio classification model
|
5 |
processor = AutoProcessor.from_pretrained("HareemFatima/distilhubert-finetuned-stutterdetection")
|
|
|
1 |
import streamlit as st
|
2 |
+
from transformers import pipeline,AutoProcessor, AutoTokenizer, AutoModelForTextToWaveform
|
3 |
|
4 |
# Load the audio classification model
|
5 |
processor = AutoProcessor.from_pretrained("HareemFatima/distilhubert-finetuned-stutterdetection")
|