Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
steps/__pycache__/deploy_to_huggingface.cpython-38.pyc
CHANGED
Binary files a/steps/__pycache__/deploy_to_huggingface.cpython-38.pyc and b/steps/__pycache__/deploy_to_huggingface.cpython-38.pyc differ
|
|
steps/deploy_to_huggingface.py
CHANGED
@@ -55,7 +55,7 @@ def deploy_to_huggingface(
|
|
55 |
)
|
56 |
repo_commits = api.list_repo_commits(
|
57 |
repo_id=hf_repo.repo_id,
|
58 |
-
repo_type="
|
59 |
)
|
60 |
log_artifact_metadata(
|
61 |
artifact_name="huggingface_url",
|
|
|
55 |
)
|
56 |
repo_commits = api.list_repo_commits(
|
57 |
repo_id=hf_repo.repo_id,
|
58 |
+
repo_type="space",
|
59 |
)
|
60 |
log_artifact_metadata(
|
61 |
artifact_name="huggingface_url",
|