Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import cv2
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
|
| 7 |
-
print(os.listdir('/model'))
|
| 8 |
used_model = tf.keras.layers.TFSMLayer('/model', call_endpoint='serving_default')
|
| 9 |
new_classes = ['blight', 'common_rust', 'gray_leaf_spot','healthy']
|
| 10 |
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
|
| 7 |
+
print(os.listdir('./model'))
|
| 8 |
used_model = tf.keras.layers.TFSMLayer('/model', call_endpoint='serving_default')
|
| 9 |
new_classes = ['blight', 'common_rust', 'gray_leaf_spot','healthy']
|
| 10 |
|