TymaaHammouda commited on
Commit
5e364f1
·
verified ·
1 Parent(s): a563bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ print("Version ---- 2")
22
  app = FastAPI()
23
 
24
  def download_file_from_hf(repo_id, filename):
25
- target_dir = os.path.expanduser("~/.sinatools")
26
  os.makedirs(target_dir, exist_ok=True)
27
 
28
  file_path = hf_hub_download(
 
22
  app = FastAPI()
23
 
24
  def download_file_from_hf(repo_id, filename):
25
+ target_dir = os.path.expanduser("~/.sinatools/Wj27012000.tar")
26
  os.makedirs(target_dir, exist_ok=True)
27
 
28
  file_path = hf_hub_download(