chore: print
Browse files
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()
|