duwing commited on
Commit
c19ce1c
·
verified ·
1 Parent(s): 0e4d258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from tqdm import tqdm
10
  import os
11
  from tensorflow.python.client import device_lib
12
 
13
- model = TFBertModel.from_pretrained('/huggingface_bert.h5')
14
 
15
  def sentence_convert_data(data):
16
  global tokenizer
 
10
  import os
11
  from tensorflow.python.client import device_lib
12
 
13
+ model = TFBertModel.from_pretrained('./huggingface_bert.h5')
14
 
15
  def sentence_convert_data(data):
16
  global tokenizer