kcelia commited on
Commit
bd738c2
1 Parent(s): 4f6d82f

chore: print

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +144,7 @@ def key_gen_fn(user_symptoms: List[str]) -> Dict:
144
 
145
  client = FHEModelClient(path_dir=DEPLOYMENT_DIR, key_dir=KEYS_DIR / f"{user_id}")
146
  client.load()
 
147
 
148
  # Creates the private and evaluation keys on the client side
149
  client.generate_private_and_evaluation_keys()
 
144
 
145
  client = FHEModelClient(path_dir=DEPLOYMENT_DIR, key_dir=KEYS_DIR / f"{user_id}")
146
  client.load()
147
+ print("CLIENT_LOADED")
148
 
149
  # Creates the private and evaluation keys on the client side
150
  client.generate_private_and_evaluation_keys()