File size: 140 Bytes
8af365d
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr
from functions import *

rag_poc = gr.ChatInterface(get_response)

if __name__ == "__main__":
    rag_poc.launch()