Spaces:
Running
Running
Update HF token & permission message
Browse files
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!
|
380 |
-
' and
|
|
|
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:
|