Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def test(n):
|
|
| 90 |
print(n)
|
| 91 |
# print('intest device', zero.device)
|
| 92 |
# device = zero.device
|
| 93 |
-
print('1 ',torch.Tensor([1]).cuda())
|
| 94 |
return 0
|
| 95 |
|
| 96 |
test(1)
|
|
|
|
| 90 |
print(n)
|
| 91 |
# print('intest device', zero.device)
|
| 92 |
# device = zero.device
|
| 93 |
+
# print('1 ',torch.Tensor([1]).cuda())
|
| 94 |
return 0
|
| 95 |
|
| 96 |
test(1)
|