Namitg02 commited on
Commit
2f62cc1
·
verified ·
1 Parent(s): fd9f388

Update app.py

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