cybernatedArt commited on
Commit
bce8e95
1 Parent(s): 26748a5

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 = "./skin_model_23_75.18.h5"
5
 
6
  model = tf.keras.models.load_model(path_to_model)
7