Spaces:
Runtime error
Runtime error
JuanLozada97
commited on
Commit
•
8c8790d
1
Parent(s):
5a7836f
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
45 |
# Calculate the prediction time
|
46 |
pred_time = round(timer() - start_time, 5)
|
47 |
|
48 |
-
fig
|
49 |
plt.imshow(image)
|
50 |
show_anns(masks)
|
51 |
plt.axis('off')
|
|
|
45 |
# Calculate the prediction time
|
46 |
pred_time = round(timer() - start_time, 5)
|
47 |
|
48 |
+
fig = plt.figure(figsize=(20,20))
|
49 |
plt.imshow(image)
|
50 |
show_anns(masks)
|
51 |
plt.axis('off')
|