Update predictor.py
Browse files- predictor.py +0 -1
predictor.py
CHANGED
@@ -39,7 +39,6 @@ evaluation_keys = client.get_serialized_evaluation_keys()
|
|
39 |
def predict():
|
40 |
"""
|
41 |
Perform a local prediction using the compiled FHE model.
|
42 |
-
|
43 |
Returns:
|
44 |
str: The prediction result.
|
45 |
str: A message indicating the status of the prediction.
|
|
|
39 |
def predict():
|
40 |
"""
|
41 |
Perform a local prediction using the compiled FHE model.
|
|
|
42 |
Returns:
|
43 |
str: The prediction result.
|
44 |
str: A message indicating the status of the prediction.
|