Spaces:
Sleeping
Sleeping
File size: 140 Bytes
e40a5fc |
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() |