Delete app.py
Browse files
app.py
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
from handler import EndpointHandler
|
| 2 |
-
|
| 3 |
-
# Initialize the handler when the module is loaded
|
| 4 |
-
handler = EndpointHandler()
|
| 5 |
-
|
| 6 |
-
# Define the entry point for the HF Inference API
|
| 7 |
-
def inference(inputs):
|
| 8 |
-
return handler(inputs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|