Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
import streamlit as st
|
4 |
import streamlit.components.v1 as components
|
5 |
|
6 |
-
pipe_1 = pipeline("text-classification", model="mavinsao/mi-roberta-
|
7 |
pipe_2 = pipeline("text-classification", model="mavinsao/roberta-mental-finetuned")
|
8 |
|
9 |
|
|
|
3 |
import streamlit as st
|
4 |
import streamlit.components.v1 as components
|
5 |
|
6 |
+
pipe_1 = pipeline("text-classification", model="mavinsao/mi-roberta-base-finetuned-classification")
|
7 |
pipe_2 = pipeline("text-classification", model="mavinsao/roberta-mental-finetuned")
|
8 |
|
9 |
|