Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import torch
|
| 3 |
-
from All_Model import BertForMultiLabel ,bert_tokenizer
|
| 4 |
|
| 5 |
# model init
|
| 6 |
model = BertForMultiLabel()
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import torch
|
| 3 |
+
from All_Model import BertForMultiLabel ,bert_tokenizer,BERT_MODEL_PATH
|
| 4 |
|
| 5 |
# model init
|
| 6 |
model = BertForMultiLabel()
|