JACOBBBB commited on
Commit
7864b61
1 Parent(s): a852746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.write("Enter a review and get the sentiment analysis with audio feedback and
9
  sentiment_analysis = pipeline("text-classification", model="JACOBBBB/CustomModel_JL")
10
 
11
  # Load the text-to-speech model
12
- text_to_audio = pipeline("text-to-speech", model="facebook/fastspeech2-en-ljspeech")
13
 
14
  # Load the text generation model
15
  response_generator = pipeline("text-generation", model="gpt-2")
 
9
  sentiment_analysis = pipeline("text-classification", model="JACOBBBB/CustomModel_JL")
10
 
11
  # Load the text-to-speech model
12
+ text_to_audio = pipeline("text-to-audio", model="vbrydik/mms-tts-eng-finetune-v3-train")
13
 
14
  # Load the text generation model
15
  response_generator = pipeline("text-generation", model="gpt-2")