Jeysshon commited on
Commit
4a90044
1 Parent(s): 7aadbb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import tensorflow as tf
3
 
4
- path_to_model = "./model_2.h5"
5
 
6
  model = tf.keras.models.load_model(path_to_model)
7
 
 
1
  import gradio as gr
2
  import tensorflow as tf
3
 
4
+ path_to_model = "./modelo_jeysshon_iaderm.h5"
5
 
6
  model = tf.keras.models.load_model(path_to_model)
7