Spaces:
Runtime error
Runtime error
added dashes to arguments
Browse files- theme_upload.py +2 -2
theme_upload.py
CHANGED
@@ -4,8 +4,8 @@ import argparse
|
|
4 |
|
5 |
# Call file with incremented version number and hf access token
|
6 |
parser = argparse.ArgumentParser()
|
7 |
-
parser.add_argument("
|
8 |
-
parser.add_argument("
|
9 |
args = parser.parse_args()
|
10 |
|
11 |
|
|
|
4 |
|
5 |
# Call file with incremented version number and hf access token
|
6 |
parser = argparse.ArgumentParser()
|
7 |
+
parser.add_argument("--version")
|
8 |
+
parser.add_argument("--token")
|
9 |
args = parser.parse_args()
|
10 |
|
11 |
|