Ahmed235 commited on
Commit
60fa5fd
·
verified ·
1 Parent(s): 07ade99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import io
6
 
7
  # Load the model
8
- model_path = 'final_teath_classifier.h5'
9
  model = tf.keras.models.load_model(model_path)
10
 
11
  # Define preprocessing function
 
5
  import io
6
 
7
  # Load the model
8
+ model_path = 'dentist/final_teath_classifier.h5'
9
  model = tf.keras.models.load_model(model_path)
10
 
11
  # Define preprocessing function