argami commited on
Commit
4de0ac4
·
1 Parent(s): 67edaf3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ read_key = os.environ.get("HF_TOKEN", None)
8
 
9
  # the space is displayed, but does nothing
10
  demo = gr.load("argami/ba-chatbot", token=read_key, src="spaces")
11
- demo.launch()
 
8
 
9
  # the space is displayed, but does nothing
10
  demo = gr.load("argami/ba-chatbot", token=read_key, src="spaces")
11
+ demo.launch(share=True)