valanga commited on
Commit
3ff88ec
·
verified ·
1 Parent(s): b2e8412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from tensorflow.keras.models import load_model
5
 
6
  # Carica il modello salvato in formato Keras .h5
7
- model = load_model('valanga/CvsM')
8
 
9
  # Preprocessare l'immagine in modo consistente con l'addestramento
10
  def preprocess_image(image):
 
4
  from tensorflow.keras.models import load_model
5
 
6
  # Carica il modello salvato in formato Keras .h5
7
+ model = load_model('mio_modello.h5')
8
 
9
  # Preprocessare l'immagine in modo consistente con l'addestramento
10
  def preprocess_image(image):