Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,10 @@ def process():
|
|
67 |
# subprocess.run([batch_file_path], shell=True)
|
68 |
|
69 |
launch = "process"
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
# subprocess.run([batch_file_path], shell=True)
|
68 |
|
69 |
launch = "process"
|
70 |
+
|
71 |
+
if launch == "process":
|
72 |
+
process()
|
73 |
+
elif launch == "test":
|
74 |
+
test()
|
75 |
+
else:
|
76 |
+
print("ERROR!")
|