Commit
·
b37a5f1
1
Parent(s):
2406613
Update app.py
Browse files
app.py
CHANGED
@@ -166,8 +166,8 @@ def main():
|
|
166 |
#else:
|
167 |
# if len(option) > 0:
|
168 |
# run_test(option,top_k,model_name)
|
169 |
-
if (bert_tokenizer is None):
|
170 |
-
|
171 |
|
172 |
|
173 |
|
|
|
166 |
#else:
|
167 |
# if len(option) > 0:
|
168 |
# run_test(option,top_k,model_name)
|
169 |
+
#if (bert_tokenizer is None):
|
170 |
+
# bert_tokenizer, bert_model = load_bert_model(model_name)
|
171 |
|
172 |
|
173 |
|