Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ import gradio as gr
|
|
93 |
#ragdemo = gr.Interface.from_pipeline(chain)
|
94 |
|
95 |
interface = gr.Interface.from_pipeline(pipe,
|
96 |
-
examples = [[context, question]]).launch()
|
97 |
|
98 |
print("check4")
|
99 |
#ragdemo.launch()
|
|
|
93 |
#ragdemo = gr.Interface.from_pipeline(chain)
|
94 |
|
95 |
interface = gr.Interface.from_pipeline(pipe,
|
96 |
+
examples = [[context, question]]).launch(share=True)
|
97 |
|
98 |
print("check4")
|
99 |
#ragdemo.launch()
|