DrVai-Rag-Testing / gradio-rag.py
aakash0017's picture
Upload folder using huggingface_hub
b7731cd
raw
history blame contribute delete
98 Bytes
from rag import fetch_top_k
import gradio as gr
gr.ChatInterface(fetch_top_k).launch(share=True)