JustHuggingFaces commited on
Commit
20dffc7
·
verified ·
1 Parent(s): 8165f94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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
+ 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