TymaaHammouda commited on
Commit
35619f4
·
1 Parent(s): a8e0a51

Update path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ SINATOOLS_DIR = os.path.expanduser("~/.sinatools")
11
  os.makedirs(SINATOOLS_DIR, exist_ok=True)
12
 
13
  # Destination path
14
- dest_path = os.path.join(SINATOOLS_DIR, "lemmas_dic.pickle")
15
 
16
  # Download explicitly to the expected path
17
  download_file(
 
11
  os.makedirs(SINATOOLS_DIR, exist_ok=True)
12
 
13
  # Destination path
14
+ dest_path = os.path.join(SINATOOLS_DIR)
15
 
16
  # Download explicitly to the expected path
17
  download_file(