Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
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 |
|