Spaces:
Build error
Build error
Commit ·
ca84000
1
Parent(s): 0d549f3
new
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def load_model_with_git(repo_url, file_path):
|
|
| 27 |
model = joblib.load(model_path)
|
| 28 |
return model
|
| 29 |
else:
|
| 30 |
-
raise FileNotFoundError(f"The file
|
| 31 |
|
| 32 |
# Repository URL and model file paths
|
| 33 |
repo_url = "https://github.com/vgollapalli0816/NLP-Testcases.git"
|
|
|
|
| 27 |
model = joblib.load(model_path)
|
| 28 |
return model
|
| 29 |
else:
|
| 30 |
+
raise FileNotFoundError(f"The file {file_path} does not exist in the repository.")
|
| 31 |
|
| 32 |
# Repository URL and model file paths
|
| 33 |
repo_url = "https://github.com/vgollapalli0816/NLP-Testcases.git"
|