Spaces:
Runtime error
Runtime error
Commit ·
1748cc1
1
Parent(s): e484f7f
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def process_zebrafish_image(img):
|
|
| 29 |
age,tensor, tensor=zebrafish_age_predictor.predict(img)
|
| 30 |
|
| 31 |
pred,pred_idx,probs=zebrafish_classifier.predict(img)
|
| 32 |
-
img = img*
|
| 33 |
img = PILImage.create(img)
|
| 34 |
#img = PILImage.create('24hr.tif')
|
| 35 |
_,axs = plt.subplots(1,3, figsize=(16,4))
|
|
|
|
| 29 |
age,tensor, tensor=zebrafish_age_predictor.predict(img)
|
| 30 |
|
| 31 |
pred,pred_idx,probs=zebrafish_classifier.predict(img)
|
| 32 |
+
img = img*5
|
| 33 |
img = PILImage.create(img)
|
| 34 |
#img = PILImage.create('24hr.tif')
|
| 35 |
_,axs = plt.subplots(1,3, figsize=(16,4))
|