arabellastrange commited on
Commit
d29bff5
1 Parent(s): a8c00ab

removed credentials

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(auth=('convo', 'session2024'))
 
 
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')