Namitg02 commited on
Commit
15ac750
·
verified ·
1 Parent(s): e69e635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,6 +82,5 @@ chain = qa_chat_prompt | pipe
82
 
83
  import gradio as gr
84
  #ragdemo = gr.load("models/HuggingFaceH4/zephyr-7b-beta")
85
- ragdemo = gr.Interface.from_pipeline(chain)
86
- gr.Interface.from_pipeline(pipe)
87
  ragdemo.launch()
 
82
 
83
  import gradio as gr
84
  #ragdemo = gr.load("models/HuggingFaceH4/zephyr-7b-beta")
85
+ ragdemo = gr.Interface.from_pipeline(pipe)
 
86
  ragdemo.launch()