Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|