barunsaha commited on
Commit
2d65634
·
1 Parent(s): 607f420

Update HF token & permission message

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -376,8 +376,9 @@ def set_up_chat_ui():
376
  ' the input field on the sidebar to the left.'
377
  '\n\nDon\'t have a token? Get your free'
378
  ' [HF access token](https://huggingface.co/settings/tokens) now'
379
- ' and start creating your slide deck! Alternatively, choose a different LLM'
380
- ' and provider from the list.',
 
381
  should_log=True
382
  )
383
  else:
 
376
  ' the input field on the sidebar to the left.'
377
  '\n\nDon\'t have a token? Get your free'
378
  ' [HF access token](https://huggingface.co/settings/tokens) now'
379
+ ' and start creating your slide deck! For gated models, you may need to'
380
+ ' visit the model\'s page and accept the terms or service.'
381
+ '\n\nAlternatively, choose a different LLM and provider from the list.',
382
  should_log=True
383
  )
384
  else: