Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,7 @@ if num_args > 1:
|
|
37 |
# sys.argv[0] is the script name, sys.argv[1] is the first argument, etc.
|
38 |
runModel = arg1
|
39 |
print(f"Passed value: {runModel}")
|
40 |
-
print (arg2)
|
41 |
-
|
42 |
else:
|
43 |
print("No argument was passed.")
|
44 |
|
|
|
37 |
# sys.argv[0] is the script name, sys.argv[1] is the first argument, etc.
|
38 |
runModel = arg1
|
39 |
print(f"Passed value: {runModel}")
|
40 |
+
print (arg2)
|
|
|
41 |
else:
|
42 |
print("No argument was passed.")
|
43 |
|