mugu5 commited on
Commit
59f0acb
·
verified ·
1 Parent(s): 7152b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()