Spaces:
Sleeping
Sleeping
Satyam-Singh
commited on
Commit
•
650c62a
1
Parent(s):
1f7c0ac
Update app.py
Browse files
app.py
CHANGED
@@ -17,5 +17,4 @@ 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 |
-
|
21 |
-
).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 |
+
).launch(share=True,show_api=False)
|
|