Spaces:
Running
Running
JustHuggingFaces
commited on
Commit
•
d12b639
1
Parent(s):
e7753ec
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
import soundfile as sf
|
4 |
-
pip install txtai[pipeline]
|
5 |
from txtai.pipeline import TextToSpeech
|
6 |
|
7 |
# Load the text classification model pipeline, filter out the spam and leave the ham
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
import soundfile as sf
|
|
|
4 |
from txtai.pipeline import TextToSpeech
|
5 |
|
6 |
# Load the text classification model pipeline, filter out the spam and leave the ham
|