Commit
·
02be092
1
Parent(s):
c14b84e
handler import fix
Browse files- handler.py +1 -0
handler.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 2 |
import torch
|
| 3 |
|
|
|
|
| 1 |
+
from typing import Dict, List, Any
|
| 2 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 3 |
import torch
|
| 4 |
|