Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ iface = gr.Interface(fn=classify_image,
|
|
57 |
title="Eye Disease Classification",
|
58 |
description="Upload eye images, provide patient information, and get the predicted disease class.") # Update with actual example paths if needed
|
59 |
|
60 |
-
iface.launch(
|
|
|
57 |
title="Eye Disease Classification",
|
58 |
description="Upload eye images, provide patient information, and get the predicted disease class.") # Update with actual example paths if needed
|
59 |
|
60 |
+
iface.launch()
|