Yaron Koresh commited on
Commit
6b11cde
·
verified ·
1 Parent(s): 57ef1e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def main():
164
  global step
165
  global dtype
166
 
167
- device = "auto"
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