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
/
web
/
__init__.py
itachi
Initial deployment
a809248
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
"""Web interface package."""
from
.app
import
create_ui
__all__ = [
"create_ui"
]