Spaces:
Runtime error
Runtime error
Commit
·
9f02f99
1
Parent(s):
280d208
Update substra_launcher.py
Browse files- substra_launcher.py +1 -1
substra_launcher.py
CHANGED
|
@@ -32,7 +32,7 @@ async def launch_substra_space(
|
|
| 32 |
)
|
| 33 |
hf_api.upload_file(
|
| 34 |
repo_id=repo_id,
|
| 35 |
-
path_or_fileobj="substra_template/README.md",
|
| 36 |
path_in_repo="README.md",
|
| 37 |
repo_type="space",
|
| 38 |
)
|
|
|
|
| 32 |
)
|
| 33 |
hf_api.upload_file(
|
| 34 |
repo_id=repo_id,
|
| 35 |
+
path_or_fileobj="./substra_template/README.md",
|
| 36 |
path_in_repo="README.md",
|
| 37 |
repo_type="space",
|
| 38 |
)
|