fffiloni commited on
Commit
70af9dc
1 Parent(s): 0b1c3b9

Update app_test.py

Browse files
Files changed (1) hide show
  1. 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)