Spaces:
Build error
Build error
Update app.py
Browse files
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()
|