AliNajafi commited on
Commit
dae07c4
1 Parent(s): 94213e2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ turkishBERTweet_sa = AutoModelForSequenceClassification.from_pretrained(
30
  turkishBERTweet_sa = PeftModel.from_pretrained(turkishBERTweet_sa, peft_model)
31
 
32
 
33
- st.title("Sentiment Analysis with HuggingFace Spaces")
34
  st.write("Enter a sentence to analyze its sentiment:")
35
 
36
 
 
30
  turkishBERTweet_sa = PeftModel.from_pretrained(turkishBERTweet_sa, peft_model)
31
 
32
 
33
+ st.title("TurkishBERTweet-Lora-SA")
34
  st.write("Enter a sentence to analyze its sentiment:")
35
 
36