Jeysshon commited on
Commit
7678238
1 Parent(s): 26de52c

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 = "/.skin_model_23_75.18"
5
  model = tf.keras.models.load_model(path_to_model)
6
 
7
  labels = [
 
1
  import gradio as gr
2
  import tensorflow as tf
3
 
4
+ path_to_model = "./skin_model_23_75.18"
5
  model = tf.keras.models.load_model(path_to_model)
6
 
7
  labels = [