DHEIVER commited on
Commit
bb171fd
·
1 Parent(s): 08e58aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ class ImageClassifierCataract:
83
  if __name__ == "__main__":
84
  model_path = 'modelo_treinado.h5' # Replace with the path to your trained model
85
  app = ImageClassifierCataract(model_path)
86
- app.run_interface()
 
83
  if __name__ == "__main__":
84
  model_path = 'modelo_treinado.h5' # Replace with the path to your trained model
85
  app = ImageClassifierCataract(model_path)
86
+ app.run_interface()