midterm-rag-poc / app.py
Mr-Cool's picture
Initial commit
8af365d verified
raw
history blame
140 Bytes
import gradio as gr
from functions import *
rag_poc = gr.ChatInterface(get_response)
if __name__ == "__main__":
rag_poc.launch()