dhruv2842 commited on
Commit
51ab4dd
·
verified ·
1 Parent(s): de50b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ app = Flask(__name__)
15
  cred = credentials.Certificate("glaucoma-4b682-firebase-adminsdk-fbsvc-cd31fbe99d.json") # Path to your service account JSON
16
 
17
  firebase_admin.initialize_app(cred)
18
- results_ref = db.reference('results') # Will save results here
19
 
20
  # ✅ 2. Load the Model
21
  model = load_model('mobilenet_glaucoma_model.h5', compile=False)
 
15
  cred = credentials.Certificate("glaucoma-4b682-firebase-adminsdk-fbsvc-cd31fbe99d.json") # Path to your service account JSON
16
 
17
  firebase_admin.initialize_app(cred)
18
+ # Will save results here
19
 
20
  # ✅ 2. Load the Model
21
  model = load_model('mobilenet_glaucoma_model.h5', compile=False)