Satyam-Singh commited on
Commit
1f7c0ac
1 Parent(s): c6d53c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,4 +17,5 @@ gr.ChatInterface(
17
  title="PaLM-2",
18
  description="This Is Official Demo Of ```PaLM-2``` Based On ```Google API```. ```History/context``` memory does not work in this demo",
19
  concurrency_limit=20,
 
20
  ).launch(show_api=False)
 
17
  title="PaLM-2",
18
  description="This Is Official Demo Of ```PaLM-2``` Based On ```Google API```. ```History/context``` memory does not work in this demo",
19
  concurrency_limit=20,
20
+ share=True
21
  ).launch(show_api=False)