Spaces:
Build error
Build error
Update tasks/text.py
Browse files- tasks/text.py +1 -1
tasks/text.py
CHANGED
|
@@ -6,7 +6,7 @@ import random
|
|
| 6 |
from transformers import pipeline, AutoConfig
|
| 7 |
import os
|
| 8 |
from concurrent.futures import ThreadPoolExecutor
|
| 9 |
-
from typing import List, Dict
|
| 10 |
import numpy as np
|
| 11 |
import torch
|
| 12 |
|
|
|
|
| 6 |
from transformers import pipeline, AutoConfig
|
| 7 |
import os
|
| 8 |
from concurrent.futures import ThreadPoolExecutor
|
| 9 |
+
from typing import List, Dict, Tuple
|
| 10 |
import numpy as np
|
| 11 |
import torch
|
| 12 |
|