EricGEGE commited on
Commit
b118676
·
verified ·
1 Parent(s): 731e9e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def main():
188
  )
189
 
190
  # Launch the interface
191
- iface.launch(share=False,auth=(log, password))
192
 
193
  except Exception as e:
194
  logger.error(f"Failed to initialize chatbot: {e}")
 
188
  )
189
 
190
  # Launch the interface
191
+ iface.launch(auth=(log, password))
192
 
193
  except Exception as e:
194
  logger.error(f"Failed to initialize chatbot: {e}")