Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chetantiwari
/
Computer-Vision-Project-Work
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a396b43
Computer-Vision-Project-Work
/
api
/
index.py
chetantiwari
commit
658a5c2
3 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
from
app.main
import
app
# This is the entry point for Vercel
def
handler
(
event, context
):
return
app(event, context)