Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
f9bf321
1
Parent(s):
d57300d
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ TA = Union[T, ARRAY]
|
|
31 |
D = torch.device
|
32 |
CPU = torch.device('cpu')
|
33 |
|
34 |
-
model_path = '
|
35 |
|
36 |
def get_device(device_id: int) -> D:
|
37 |
if not torch.cuda.is_available():
|
|
|
31 |
D = torch.device
|
32 |
CPU = torch.device('cpu')
|
33 |
|
34 |
+
model_path = 'conceptual_weights.pt'
|
35 |
|
36 |
def get_device(device_id: int) -> D:
|
37 |
if not torch.cuda.is_available():
|