Spaces:
Runtime error
Runtime error
rohithk-03
commited on
Commit
·
6290f24
1
Parent(s):
a11990a
update model code
Browse files
model.py
CHANGED
@@ -156,4 +156,5 @@ def check_file(image_path):
|
|
156 |
model.to(device)
|
157 |
model = nn.DataParallel(model)
|
158 |
output = test_model(model, test_loader, device)
|
159 |
-
|
|
|
|
156 |
model.to(device)
|
157 |
model = nn.DataParallel(model)
|
158 |
output = test_model(model, test_loader, device)
|
159 |
+
print(output)
|
160 |
+
return str(output)
|