Commit ·
a74fae4
1
Parent(s): f45086c
Upload folder using huggingface_hub
Browse files- handler.py +1 -1
- requirements.txt +0 -0
handler.py
CHANGED
|
@@ -105,4 +105,4 @@ class EndpointHandler():
|
|
| 105 |
# This function will be called during inference time.
|
| 106 |
|
| 107 |
|
| 108 |
-
new_handler = EndpointHandler()
|
|
|
|
| 105 |
# This function will be called during inference time.
|
| 106 |
|
| 107 |
|
| 108 |
+
# new_handler = EndpointHandler()
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|