Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sebastiangmz
/
CodeRAG
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42f5b98
CodeRAG
/
coderag
/
ui
/
__init__.py
Sebastiangmz
Update to v0.1.2
42f5b98
2 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
"""UI module: Gradio web interface."""
from
coderag.ui.app
import
create_gradio_app
__all__ = [
"create_gradio_app"
]