Abhi101 commited on
Commit
c5eaf22
1 Parent(s): bd9b55a
my_model_new_vgg.h5 → Model/my_model_new_vgg.h5 RENAMED
File without changes
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from tensorflow import keras
2
  import gradio as gr
3
- path_to_model = "my_model_new_vgg.h5"
4
 
5
  model = keras.models.load_model(path_to_model)
6
 
 
1
  from tensorflow import keras
2
  import gradio as gr
3
+ path_to_model = "Model/my_model_new_vgg.h5"
4
 
5
  model = keras.models.load_model(path_to_model)
6