Namitg02 commited on
Commit
a0402ac
·
verified ·
1 Parent(s): 83e38a2

Update app.py

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