datasith commited on
Commit
48d86d7
·
1 Parent(s): 33a432f

swithing models (_test.h5 works)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ### -------------------------------- ###
2
  ### libraries ###
3
  ### -------------------------------- ###
4
  import gradio as gr
@@ -9,7 +9,7 @@ from tensorflow.keras.models import load_model
9
  ### -------------------------------- ###
10
  ### model loading ###
11
  ### -------------------------------- ###
12
- model = load_model('model_test.h5') # single file model from colab
13
 
14
  ## --------------------------------- ###
15
  ### reading: categories.txt ###
 
1
+ 3### -------------------------------- ###
2
  ### libraries ###
3
  ### -------------------------------- ###
4
  import gradio as gr
 
9
  ### -------------------------------- ###
10
  ### model loading ###
11
  ### -------------------------------- ###
12
+ model = load_model('model.h5') # single file model from colab
13
 
14
  ## --------------------------------- ###
15
  ### reading: categories.txt ###