sent2547 commited on
Commit
6064619
·
verified ·
1 Parent(s): d35b5ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- model_name = "ZombitX64/Thai-sentiment-e5"
5
  nlp = pipeline("sentiment-analysis", model=model_name)
6
 
7
  label_map = {
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ model_name = "ZombitX64/sentimentv2"
5
  nlp = pipeline("sentiment-analysis", model=model_name)
6
 
7
  label_map = {