Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kith777
/
rag_agent
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag_agent
/
main.py
kith777
changed port for hf space
2f1fb39
verified
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
169 Bytes
from
ui.gradio_components
import
create_gradio_ui
if
__name__ ==
"__main__"
:
print
(
"π Launching RAG Agent UI..."
)
demo = create_gradio_ui()
demo.launch()