Namitg02 commited on
Commit
8c8ef80
·
verified ·
1 Parent(s): a0402ac

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("HuggingFaceH4/zephyr-7b-beta")
84
  ragdemo.launch()
 
80
  chain = qa_chat_prompt | pipe
81
 
82
  import gradio as gr
83
+ ragdemo = gr.load("models/HuggingFaceH4/zephyr-7b-beta")
84
  ragdemo.launch()