We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6713f commit c5565c2Copy full SHA for c5565c2
src/huggingface_inference_toolkit/serialization/base.py
@@ -4,8 +4,6 @@
4
5
content_type_mapping = {
6
"application/json": Jsoner,
7
- "text/csv": None,
8
- "text/plain": None,
9
# image types
10
"image/png": Imager,
11
"image/jpeg": Imager,
0 commit comments