Shiro26 commited on
Commit
2d1c0c4
1 Parent(s): ec2153e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  model = pipeline("text-classification", model="/home/user/app/MendoBERT/", tokenizer="indolem/indobert-base-uncased")
5
  basemodel = pipeline("text-classification", model="/home/user/app/IndoLEM/", tokenizer="indolem/indobert-base-uncased")
6
 
7
- st.title(':blue[MendoBERT] - Relation Extraction :couple_with_heart_woman_man::unlock:')
8
 
9
  if 'options' not in st.session_state:
10
  st.session_state['options'] = ""
 
4
  model = pipeline("text-classification", model="/home/user/app/MendoBERT/", tokenizer="indolem/indobert-base-uncased")
5
  basemodel = pipeline("text-classification", model="/home/user/app/IndoLEM/", tokenizer="indolem/indobert-base-uncased")
6
 
7
+ st.title(':blue[MendoBERT] - Relation Extraction :family::unlock:')
8
 
9
  if 'options' not in st.session_state:
10
  st.session_state['options'] = ""