Amitai Getzler
commited on
Commit
·
772d70e
1
Parent(s):
6d8b6f3
:heavy_plus_sign: Add
Browse files- __pycache__/handler.cpython-312.pyc +0 -0
- handler.py +1 -0
__pycache__/handler.cpython-312.pyc
CHANGED
Binary files a/__pycache__/handler.cpython-312.pyc and b/__pycache__/handler.cpython-312.pyc differ
|
|
handler.py
CHANGED
@@ -183,4 +183,5 @@ class EndpointHandler:
|
|
183 |
embeddings = self.process_batch(inputs)
|
184 |
return {"embeddings": embeddings}
|
185 |
except Exception as e:
|
|
|
186 |
return e
|
|
|
183 |
embeddings = self.process_batch(inputs)
|
184 |
return {"embeddings": embeddings}
|
185 |
except Exception as e:
|
186 |
+
print(e)
|
187 |
return e
|