Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sobroinc
/
SobroJuriBert
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0a85d1b
SobroJuriBert
/
api
/
index.py
Sobroinc
Fix Vercel deployment - remove torch dependency, use lightweight version
0d9a2a1
about 1 month ago
raw
Copy download link
history
blame
Safe
152 Bytes
from
main_vercel
import
app
as
application
# Vercel serverless function handler
def
handler
(
request, context
):
return
application(request, context)