Spaces:
Running
Running
daydayup1225
commited on
Commit
·
0932029
1
Parent(s):
dc7c47b
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ from app_modules.utils import *
|
|
9 |
from app_modules.presets import *
|
10 |
from app_modules.overwrites import *
|
11 |
|
12 |
-
import os
|
13 |
-
os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
14 |
|
15 |
|
16 |
logging.basicConfig(
|
|
|
9 |
from app_modules.presets import *
|
10 |
from app_modules.overwrites import *
|
11 |
|
12 |
+
# import os
|
13 |
+
# os.environ["CUDA_VISIBLE_DEVICES"] = "0"
|
14 |
|
15 |
|
16 |
logging.basicConfig(
|