mouadenna commited on
Commit
1320ad9
1 Parent(s): b9ca57d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if canvas_result.image_data is not None:
50
  image.save(temp_image_path)
51
 
52
  # Predict the character
53
- model_path = "path_to_your_model.h5" # Update with your model path
54
  predicted_char = predict_image(image, model_path)
55
 
56
  # Display the predicted character
 
50
  image.save(temp_image_path)
51
 
52
  # Predict the character
53
+ model_path = "saved_model.h5" # Update with your model path
54
  predicted_char = predict_image(image, model_path)
55
 
56
  # Display the predicted character