psinha823 commited on
Commit
01f4123
·
verified ·
1 Parent(s): fb1f4c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'./model_kera.h5'
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):