Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
import os
|
5 |
|
|
|
|
|
6 |
model = tf.keras.models.load_model('model_cv.h5')
|
7 |
|
8 |
def detect(img):
|
|
|
3 |
import numpy as np
|
4 |
import os
|
5 |
|
6 |
+
os.system("tar -zxvf examples.tar.gz")
|
7 |
+
|
8 |
model = tf.keras.models.load_model('model_cv.h5')
|
9 |
|
10 |
def detect(img):
|