Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 :
|
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'] = ""
|