Namitg02 commited on
Commit
12e485f
·
verified ·
1 Parent(s): c0b0ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,4 +80,5 @@ qa_chat_prompt = ChatPromptTemplate.from_messages(
80
  chain = qa_chat_prompt | pipe
81
 
82
  import gradio as gr
83
- gr.load("lll_model").launch()
 
 
80
  chain = qa_chat_prompt | pipe
81
 
82
  import gradio as gr
83
+ ragdemo = gr.load("llm_model")
84
+ ragdemo.launch()