wintergw commited on
Commit
0380121
·
verified ·
1 Parent(s): 023b753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -69,6 +69,8 @@ repo_dir = snapshot_download(
69
  force_download=True # Forces redownload
70
  )
71
 
 
 
72
  # The fine-tuned model is located in "fine_tuned_llama3" inside the Space
73
  fine_tuned_model_path = os.path.join(repo_dir, "fine_tuned_llama3")
74
 
 
69
  force_download=True # Forces redownload
70
  )
71
 
72
+ print("the folder is ", repo_dir)
73
+
74
  # The fine-tuned model is located in "fine_tuned_llama3" inside the Space
75
  fine_tuned_model_path = os.path.join(repo_dir, "fine_tuned_llama3")
76