saisi commited on
Commit
c8ca61c
·
1 Parent(s): 4014e99

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
  import transformers
3
  import torch
4
- from transformers import AutoTokenizer, AutoModelForSequenceClassification
5
 
6
  # Define the paths of the pre-trained models
7
  model1_path = "saisi/finetuned-Sentiment-classfication-ROBERTA-Base-model"
 
1
  import streamlit as st
2
  import transformers
3
  import torch
4
+ from transformers import pipeline, AutoTokenizer, AutoModelForSequenceClassification
5
 
6
  # Define the paths of the pre-trained models
7
  model1_path = "saisi/finetuned-Sentiment-classfication-ROBERTA-Base-model"