kcelia commited on
Commit
3260633
Β·
unverified Β·
1 Parent(s): 1274949

chore: fix typo

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