Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hashirama7x
/
multimodal-rag
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
multimodal-rag
/
src
/
api
/
__init__.py
itachi
Initial deployment
a809248
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
"""API package."""
from
.server
import
app
__all__ = [
"app"
]