Namitg02 commited on
Commit
d34b70c
·
verified ·
1 Parent(s): 23f23be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- print(chain)
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")