Howosn commited on
Commit
c57ec1b
·
verified ·
1 Parent(s): b412e38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  # Load the summarization & translation model pipeline
5
  tran_sum_pipe = pipeline("translation", model='utrobinmv/t5_summary_en_ru_zh_base_2048',return_all_scores=True)
6
  sentiment_pipeline = pipeline("text-classification", model='Howosn/Sentiment_Model',return_all_scores=True)
7
- tokenizer = AutoTokenizer.from_pretrained(Howosn/Sentiment_Model”, use_fast=False)
8
 
9
  # Streamlit application title
10
  st.title("Emotion analysis")
 
4
  # Load the summarization & translation model pipeline
5
  tran_sum_pipe = pipeline("translation", model='utrobinmv/t5_summary_en_ru_zh_base_2048',return_all_scores=True)
6
  sentiment_pipeline = pipeline("text-classification", model='Howosn/Sentiment_Model',return_all_scores=True)
7
+ tokenizer = AutoTokenizer.from_pretrained('Howosn/Sentiment_Model', use_fast=False)
8
 
9
  # Streamlit application title
10
  st.title("Emotion analysis")