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