Spaces:
Running
Running
Krish Patel
commited on
Commit
·
8ea2142
1
Parent(s):
f53687d
Debugging1
Browse files- save_model.py +1 -1
save_model.py
CHANGED
@@ -37,7 +37,7 @@ def push_to_huggingface(filepath, repo_id, token=None):
|
|
37 |
path_or_fileobj=filepath,
|
38 |
path_in_repo="knowledge_graph_final.pkl",
|
39 |
repo_id=repo_id,
|
40 |
-
repo_type="
|
41 |
)
|
42 |
|
43 |
print(f"Knowledge graph pushed to Hugging Face Hub: {repo_id}")
|
|
|
37 |
path_or_fileobj=filepath,
|
38 |
path_in_repo="knowledge_graph_final.pkl",
|
39 |
repo_id=repo_id,
|
40 |
+
repo_type="space"
|
41 |
)
|
42 |
|
43 |
print(f"Knowledge graph pushed to Hugging Face Hub: {repo_id}")
|