File size: 98 Bytes
9499a41
 
 
 
 
1
2
3
4
5
from rag import fetch_top_k

import gradio as gr

gr.ChatInterface(fetch_top_k).launch(share=True)