Upload load.py with huggingface_hub
Browse files
load.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from typing import Union
|
|
|
2 |
from datasets import DatasetDict
|
|
|
3 |
from .artifact import fetch_artifact
|
4 |
from .operator import StreamSource
|
5 |
|
|
|
1 |
from typing import Union
|
2 |
+
|
3 |
from datasets import DatasetDict
|
4 |
+
|
5 |
from .artifact import fetch_artifact
|
6 |
from .operator import StreamSource
|
7 |
|