Update create_space_and_upload.py
Browse files
create_space_and_upload.py
CHANGED
|
@@ -8,8 +8,8 @@ def main() -> None:
|
|
| 8 |
if not token:
|
| 9 |
raise SystemExit("请先在环境变量中设置 HF_TOKEN=你的_HuggingFace_Token 再运行此脚本")
|
| 10 |
|
| 11 |
-
username = "
|
| 12 |
-
space_name = "
|
| 13 |
|
| 14 |
repo_id = f"{username}/{space_name}"
|
| 15 |
|
|
|
|
| 8 |
if not token:
|
| 9 |
raise SystemExit("请先在环境变量中设置 HF_TOKEN=你的_HuggingFace_Token 再运行此脚本")
|
| 10 |
|
| 11 |
+
username = "Wenluo"
|
| 12 |
+
space_name = "paperclip"
|
| 13 |
|
| 14 |
repo_id = f"{username}/{space_name}"
|
| 15 |
|