Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Erik1998
/
CvRag
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CvRag
/
app.py
Ork Hossain Muntaqin
ft
2c9f0c2
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
104 Bytes
"""Backward-compatible entrypoint for the FastAPI app."""
from
cvrag.main
import
app
__all__ = [
"app"
]