Skip to content

Commit 52de8f1

Browse files
zhizhoualanCopilot
andauthored
Update python/content_understanding_face_client.py
Co-authored-by: Copilot <[email protected]>
1 parent c7104e6 commit 52de8f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/content_understanding_face_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def find_similar_faces(
327327
)
328328
return self._handle_response(response, "find_similar_faces")
329329

330+
@staticmethod
330331
def read_file_to_base64(file_path: str) -> str:
331332
with open(file_path, "rb") as f:
332333
file_data = f.read()

0 commit comments

Comments
 (0)