Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
2bed3d0
1
Parent(s):
768f178
Create dataset __init__
Browse files- dataset/__init__.py +2 -0
dataset/__init__.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
from .hf_dataset import *
|
2 |
+
from .transcript_dataset import *
|