hypaai commited on
Commit
97e2b25
·
verified ·
1 Parent(s): 8a10ec2

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
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)