Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def main():
|
|
164 |
global step
|
165 |
global dtype
|
166 |
|
167 |
-
device = "
|
168 |
dtype = torch.float16
|
169 |
result=[]
|
170 |
step = 2
|
|
|
164 |
global step
|
165 |
global dtype
|
166 |
|
167 |
+
device = "cuda"
|
168 |
dtype = torch.float16
|
169 |
result=[]
|
170 |
step = 2
|