mnhemal commited on
Commit
06eeb13
1 Parent(s): 340c533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()