Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,10 +3,6 @@ from tensorflow.keras.models import load_model
|
|
| 3 |
from PIL import Image
|
| 4 |
import numpy as np
|
| 5 |
|
| 6 |
-
st.write("kamera")
|
| 7 |
-
st.camera_input('camera')
|
| 8 |
-
|
| 9 |
-
|
| 10 |
model=load_model('my_cnn_model.h5')
|
| 11 |
|
| 12 |
def process_image(img):
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
import numpy as np
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
model=load_model('my_cnn_model.h5')
|
| 7 |
|
| 8 |
def process_image(img):
|