Spaces:
Runtime error
Runtime error
./ data dir
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ def width_and_height_sliders(prefix):
|
|
260 |
)
|
261 |
return width, height
|
262 |
|
263 |
-
data_dir = "
|
264 |
|
265 |
# Get all file names in the data directory
|
266 |
file_names = os.listdir(data_dir)
|
|
|
260 |
)
|
261 |
return width, height
|
262 |
|
263 |
+
data_dir = "/data" # Update with the correct path
|
264 |
|
265 |
# Get all file names in the data directory
|
266 |
file_names = os.listdir(data_dir)
|