Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -123,4 +123,4 @@ encrypted_result = server.run(encrypted_data, serialized_evaluation_keys)
|
|
123 |
result = client.deserialize_decrypt_dequantize(encrypted_result)
|
124 |
|
125 |
st.write("### Prediction Result")
|
126 |
-
st.write(result)
|
|
|
123 |
result = client.deserialize_decrypt_dequantize(encrypted_result)
|
124 |
|
125 |
st.write("### Prediction Result")
|
126 |
+
st.write(result)
|