Spaces:
Sleeping
Sleeping
chore: fix typo
Browse files
app.py
CHANGED
|
@@ -603,7 +603,7 @@ def decrypt_fn(user_id):
|
|
| 603 |
|
| 604 |
yield {decrypt_btn: gr.update(visible=True, value="🔄 Processing... Please wait.")}
|
| 605 |
|
| 606 |
-
yhat_encrypted =
|
| 607 |
|
| 608 |
# Retrieve the client API
|
| 609 |
client = FHEModelClient(path_dir=SHARED_SMOOTHER_MODULE_DIR, key_dir=SHARED_SMOOTHER_MODULE_DIR)
|
|
|
|
| 603 |
|
| 604 |
yield {decrypt_btn: gr.update(visible=True, value="🔄 Processing... Please wait.")}
|
| 605 |
|
| 606 |
+
yhat_encrypted = load_pickle(CLIENT_ENCRYPTED_OUTPUT_DIR / "encrypted_final_output.pkl")
|
| 607 |
|
| 608 |
# Retrieve the client API
|
| 609 |
client = FHEModelClient(path_dir=SHARED_SMOOTHER_MODULE_DIR, key_dir=SHARED_SMOOTHER_MODULE_DIR)
|