We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a9d6e commit c7fd298Copy full SHA for c7fd298
deploy/python_serving/pipeline_http_client.py
@@ -17,7 +17,7 @@
17
18
import requests
19
20
-from .utils import numpy_to_base64, parse_file_paths, video_to_numpy
+from utils import numpy_to_base64, parse_file_paths, video_to_numpy
21
22
23
def parse_args():
0 commit comments