samsonleegh commited on
Commit
fba5f2f
·
verified ·
1 Parent(s): 2361950

share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ def retreive(question):
71
  demo = gr.Interface(fn=retreive, inputs="textbox", outputs="textbox")
72
 
73
  if __name__ == "__main__":
74
- demo.launch()
 
71
  demo = gr.Interface(fn=retreive, inputs="textbox", outputs="textbox")
72
 
73
  if __name__ == "__main__":
74
+ demo.launch(share=True)