Spaces:
Runtime error
Runtime error
fixes typo
Browse files
run.py
CHANGED
|
@@ -5,7 +5,7 @@ import sys
|
|
| 5 |
|
| 6 |
def on_start():
|
| 7 |
print("---------------")
|
| 8 |
-
print("
|
| 9 |
print("---------------")
|
| 10 |
result = subprocess.run("./on_start.sh", shell=True, env=os.environ)
|
| 11 |
if result.returncode != 0:
|
|
|
|
| 5 |
|
| 6 |
def on_start():
|
| 7 |
print("---------------")
|
| 8 |
+
print("Running script './on_start.sh' to download models ...")
|
| 9 |
print("---------------")
|
| 10 |
result = subprocess.run("./on_start.sh", shell=True, env=os.environ)
|
| 11 |
if result.returncode != 0:
|