vibs08 commited on
Commit
d09a288
·
verified ·
1 Parent(s): daed698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ from tsr.utils import remove_background, resize_foreground, to_gradio_3d_orienta
36
  HEADER = """FRAME AI"""
37
 
38
  if torch.cuda.is_available():
39
- device = "cuda:0"
40
  else:
41
  device = "cpu"
42
 
 
36
  HEADER = """FRAME AI"""
37
 
38
  if torch.cuda.is_available():
39
+ device = "cuda:1"
40
  else:
41
  device = "cpu"
42