Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
!pip install whatlies
|
|
|
2 |
import json
|
3 |
from typing import Any, Dict, List
|
4 |
|
|
|
1 |
!pip install whatlies
|
2 |
+
|
3 |
import json
|
4 |
from typing import Any, Dict, List
|
5 |
|