Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
32 |
print(device)
|
33 |
|
34 |
# Flag for low VRAM usage
|
35 |
-
low_vram =
|
36 |
|
37 |
# Function definition for low VRAM usage
|
38 |
if low_vram:
|
|
|
32 |
print(device)
|
33 |
|
34 |
# Flag for low VRAM usage
|
35 |
+
low_vram = True
|
36 |
|
37 |
# Function definition for low VRAM usage
|
38 |
if low_vram:
|