Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aakash0017
/
drvai-rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b5f8985
drvai-rag
/
gradio-rag.py
aakash0017
Upload folder using huggingface_hub
2afbb51
about 1 year ago
raw
Copy download link
history
blame
Safe
98 Bytes
from
rag
import
fetch_top_k
import
gradio
as
gr
gr.ChatInterface(fetch_top_k).launch(share=
True
)