Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
print("Current working directory:", os.getcwd())
|
9 |
|
10 |
# Update this to the correct path of your model
|
11 |
-
model_path = r'./
|
12 |
|
13 |
# Custom object configuration handling
|
14 |
def custom_separable_conv2d(**kwargs):
|
|
|
8 |
print("Current working directory:", os.getcwd())
|
9 |
|
10 |
# Update this to the correct path of your model
|
11 |
+
model_path = r'./model12acc99_kera.h5'
|
12 |
|
13 |
# Custom object configuration handling
|
14 |
def custom_separable_conv2d(**kwargs):
|