Spaces:
Runtime error
Runtime error
Commit
·
65e0512
1
Parent(s):
7196210
app.py files tracked
Browse files- 17_pretrained_effnetb2_20_percent.pth +3 -0
- app.py +1 -1
17_pretrained_effnetb2_20_percent.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2953a3fc4f5cc7d7abfe5214489ccb1e1e62cb64a44d34c309587cab23d14b2
|
3 |
+
size 31273033
|
app.py
CHANGED
@@ -23,7 +23,7 @@ effnetb2.load_state_dict(
|
|
23 |
|
24 |
|
25 |
### 3. Predict function (predict()) ###
|
26 |
-
def predict(img)
|
27 |
# Start a timer
|
28 |
start_time = timer()
|
29 |
|
|
|
23 |
|
24 |
|
25 |
### 3. Predict function (predict()) ###
|
26 |
+
def predict(img):
|
27 |
# Start a timer
|
28 |
start_time = timer()
|
29 |
|