Spaces:
Runtime error
Runtime error
Update launch.py
Browse files
launch.py
CHANGED
|
@@ -35,7 +35,7 @@ def prepare_environment():
|
|
| 35 |
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
|
| 36 |
|
| 37 |
print(f"Python {sys.version}")
|
| 38 |
-
print(
|
| 39 |
|
| 40 |
if REINSTALL_ALL or not is_installed("torch") or not is_installed("torchvision"):
|
| 41 |
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
|
|
|
|
| 35 |
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
|
| 36 |
|
| 37 |
print(f"Python {sys.version}")
|
| 38 |
+
print("AI Image")
|
| 39 |
|
| 40 |
if REINSTALL_ALL or not is_installed("torch") or not is_installed("torchvision"):
|
| 41 |
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
|