Update app.py
Browse files
app.py
CHANGED
@@ -88,10 +88,12 @@ print("check3")
|
|
88 |
chain = pipe(question = "How can I reverse diabetes?",context = "You should reply like a doctor")
|
89 |
#(question = question, context = context)
|
90 |
print("check3A")
|
|
|
|
|
91 |
import gradio as gr
|
92 |
#ragdemo = gr.load("models/HuggingFaceH4/zephyr-7b-beta")
|
93 |
ragdemo = gr.Interface.from_pipeline(chain)
|
94 |
-
|
95 |
print("check4")
|
96 |
ragdemo.launch()
|
97 |
print("check5")
|
|
|
88 |
chain = pipe(question = "How can I reverse diabetes?",context = "You should reply like a doctor")
|
89 |
#(question = question, context = context)
|
90 |
print("check3A")
|
91 |
+
print(chain)
|
92 |
+
print("check3B")
|
93 |
import gradio as gr
|
94 |
#ragdemo = gr.load("models/HuggingFaceH4/zephyr-7b-beta")
|
95 |
ragdemo = gr.Interface.from_pipeline(chain)
|
96 |
+
|
97 |
print("check4")
|
98 |
ragdemo.launch()
|
99 |
print("check5")
|