Spaces:
Runtime error
Runtime error
NORLIE JHON MALAGDAO
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,11 @@ import zipfile
|
|
27 |
|
28 |
import pathlib
|
29 |
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
# Ensure that these imports are at the beginning of your script to avoid any NameError issues.
|
32 |
|
|
|
27 |
|
28 |
import pathlib
|
29 |
|
30 |
+
class PyDataset(tf.keras.utils.data_utils.Dataset):
|
31 |
+
def __init__(self, **kwargs):
|
32 |
+
super().__init__(**kwargs)
|
33 |
+
|
34 |
+
|
35 |
|
36 |
# Ensure that these imports are at the beginning of your script to avoid any NameError issues.
|
37 |
|