osanseviero
commited on
Commit
·
49fb52d
1
Parent(s):
1001daa
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
class PreTrainedPipeline():
|
4 |
def __init__(self, path=""):
|
|
|
1 |
+
from typing import Dict, List, Any
|
2 |
|
3 |
class PreTrainedPipeline():
|
4 |
def __init__(self, path=""):
|