Spaces:
Sleeping
Sleeping
Update app_test.py
Browse files- app_test.py +1 -1
app_test.py
CHANGED
@@ -13,7 +13,7 @@ huggingface_hub.snapshot_download(
|
|
13 |
import os
|
14 |
|
15 |
# specify the directory path
|
16 |
-
dir_path = 'models'
|
17 |
|
18 |
# list all files in the directory
|
19 |
files = os.listdir(dir_path)
|
|
|
13 |
import os
|
14 |
|
15 |
# specify the directory path
|
16 |
+
dir_path = 'models/models'
|
17 |
|
18 |
# list all files in the directory
|
19 |
files = os.listdir(dir_path)
|