Kate Forsberg commited on
Commit
ed85849
·
1 Parent(s): c21a7f5

added auth

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def send_message(message:str, history, request:gr.Request) -> Any:
165
  demo = gr.ChatInterface(
166
  fn=send_message,
167
  )
168
- demo.launch(share=True, auth=("griptape","griptaper"))
169
 
170
  json_files = glob.glob("*.json")
171
  for f in json_files:
 
165
  demo = gr.ChatInterface(
166
  fn=send_message,
167
  )
168
+ demo.launch()
169
 
170
  json_files = glob.glob("*.json")
171
  for f in json_files: