Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ model.eval()
|
|
28 |
|
29 |
def predict(im):
|
30 |
|
31 |
-
print(im
|
32 |
|
33 |
|
34 |
x = torch.tensor(im, dtype=torch.float32).unsqueeze(0).unsqueeze(0) / 255.
|
|
|
28 |
|
29 |
def predict(im):
|
30 |
|
31 |
+
print(im)
|
32 |
|
33 |
|
34 |
x = torch.tensor(im, dtype=torch.float32).unsqueeze(0).unsqueeze(0) / 255.
|