EricGEGE commited on
Commit
5a0c285
·
verified ·
1 Parent(s): 0445e2d

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=True,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()
192
 
193
  except Exception as e:
194
  logger.error(f"Failed to initialize chatbot: {e}")