Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ def run_command_and_save(
|
|
119 |
path_in_repo=remote_path,
|
120 |
repo_id=repo_id,
|
121 |
token=hf_token,
|
|
|
122 |
)
|
123 |
print(f"Uploaded to Hugging Face: {remote_path}")
|
124 |
return local_file_path, "\n".join(logs)
|
|
|
119 |
path_in_repo=remote_path,
|
120 |
repo_id=repo_id,
|
121 |
token=hf_token,
|
122 |
+
repo_type="dataset",
|
123 |
)
|
124 |
print(f"Uploaded to Hugging Face: {remote_path}")
|
125 |
return local_file_path, "\n".join(logs)
|