Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,8 @@ import requests
|
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
|
| 9 |
-
bert_tokenizer = BertTokenizer.from_pretrained('
|
| 10 |
-
bert_model = TFBertForSequenceClassification.from_pretained('
|
| 11 |
|
| 12 |
def send_results_to_api(data, result_url):
|
| 13 |
headers = {'Content-Type':'application/json'}
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
|
| 9 |
+
bert_tokenizer = BertTokenizer.from_pretrained('MultiTokenizer_ep10')
|
| 10 |
+
bert_model = TFBertForSequenceClassification.from_pretained('MultiModel_ep10')
|
| 11 |
|
| 12 |
def send_results_to_api(data, result_url):
|
| 13 |
headers = {'Content-Type':'application/json'}
|