Spaces:
Sleeping
Sleeping
Update launch.py
Browse files
launch.py
CHANGED
|
@@ -11,7 +11,7 @@ from modules.model_loader import load_file_from_url
|
|
| 11 |
from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, upscale_models_path
|
| 12 |
|
| 13 |
REINSTALL_ALL = False
|
| 14 |
-
|
| 15 |
|
| 16 |
def prepare_environment():
|
| 17 |
torch_index_url = os.environ.get('TORCH_INDEX_URL', "https://download.pytorch.org/whl/cu118")
|
|
|
|
| 11 |
from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, upscale_models_path
|
| 12 |
|
| 13 |
REINSTALL_ALL = False
|
| 14 |
+
launch (share=True)
|
| 15 |
|
| 16 |
def prepare_environment():
|
| 17 |
torch_index_url = os.environ.get('TORCH_INDEX_URL', "https://download.pytorch.org/whl/cu118")
|