Spaces:
Runtime error
Runtime error
diqitalize
commited on
Commit
•
7dd79f2
1
Parent(s):
244ac97
Kerang 8
Browse files
app.py
CHANGED
@@ -66,6 +66,8 @@ else:
|
|
66 |
|
67 |
pred = model.predict(np.asarray(image))
|
68 |
|
|
|
|
|
69 |
|
70 |
# pred = predict_class(np.asarray(test_image), model)
|
71 |
|
|
|
66 |
|
67 |
pred = model.predict(np.asarray(image))
|
68 |
|
69 |
+
st.text(pred)
|
70 |
+
|
71 |
|
72 |
# pred = predict_class(np.asarray(test_image), model)
|
73 |
|