Spaces:
Sleeping
Sleeping
arabellastrange
commited on
Commit
•
d29bff5
1
Parent(s):
a8c00ab
removed credentials
Browse files
app.py
CHANGED
@@ -110,4 +110,5 @@ if __name__ == '__main__':
|
|
110 |
demo = gr.ChatInterface(fn=google_search_chat,
|
111 |
title="Search Assistant", retry_btn=None, undo_btn=None, clear_btn=None,
|
112 |
theme="soft")
|
113 |
-
demo.launch(
|
|
|
|
110 |
demo = gr.ChatInterface(fn=google_search_chat,
|
111 |
title="Search Assistant", retry_btn=None, undo_btn=None, clear_btn=None,
|
112 |
theme="soft")
|
113 |
+
demo.launch()
|
114 |
+
# auth=('convo', 'session2024')
|