Commit ·
b2a574a
1
Parent(s): 88c895c
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -7,7 +7,7 @@ from transformers import CLIPProcessor, CLIPModel, CLIPTokenizer
|
|
| 7 |
|
| 8 |
|
| 9 |
class PreTrainedPipeline():
|
| 10 |
-
def __init__(self, path="
|
| 11 |
"""
|
| 12 |
Initialize model
|
| 13 |
"""
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
class PreTrainedPipeline():
|
| 10 |
+
def __init__(self, path=""):
|
| 11 |
"""
|
| 12 |
Initialize model
|
| 13 |
"""
|