mavinsao commited on
Commit
c4020ea
·
verified ·
1 Parent(s): 2b0e8cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  from transformers import pipeline
3
  import streamlit as st
4
 
5
- pipe = pipeline("text-classification", model="mavinsao/bert-base-uncased-finetuned-mental-illness")
6
 
7
  # Streamlit app
8
  st.title('Mental Illness Prediction')
 
2
  from transformers import pipeline
3
  import streamlit as st
4
 
5
+ pipe = pipeline("text-classification", model="mavinsao/mi-roberta-base-finetuned-mental-illness")
6
 
7
  # Streamlit app
8
  st.title('Mental Illness Prediction')