sultan-hassan commited on
Commit
1d68421
·
verified ·
1 Parent(s): 9bd9969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,4 +96,4 @@ demo = gr.ChatInterface(rag_memory_stream,
96
 
97
 
98
  if __name__ == "__main__":
99
- demo.launch()
 
96
 
97
 
98
  if __name__ == "__main__":
99
+ demo.launch(share=True)