Spaces:
Build error
Build error
Commit
·
ee879b1
1
Parent(s):
caa78b5
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ def show_preds_image(image_path):
|
|
44 |
A = load_image_test(image_path)
|
45 |
A = np.expand_dims(A,axis=0)
|
46 |
B = model(A)
|
47 |
-
# B = np.squeeze(B,axis=0)
|
48 |
B = B[0]
|
49 |
B = B * 0.5 + 0.5
|
50 |
B = B.numpy()
|
|
|
44 |
A = load_image_test(image_path)
|
45 |
A = np.expand_dims(A,axis=0)
|
46 |
B = model(A)
|
|
|
47 |
B = B[0]
|
48 |
B = B * 0.5 + 0.5
|
49 |
B = B.numpy()
|