moro23 commited on
Commit
f8beffd
1 Parent(s): bb17065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import gradio as gr
16
 
17
 
18
  ## lets load the model
19
- model = keras.models.load_model('xception_v1_15_0.812.h5')
20
 
21
 
22
 
16
 
17
 
18
  ## lets load the model
19
+ model = keras.models.load_model('xception_v1_17_0.859.h5')
20
 
21
 
22