Spaces:
Running
Running
Add community link for 15b nemotron
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ DEBUG_LOG = False or os.environ.get("DEBUG_LOG") == "True"
|
|
| 15 |
print(f"Gradio version: {gr.__version__}")
|
| 16 |
|
| 17 |
title = None # "ServiceNow-AI Chat" # modelConfig.get('MODE_DISPLAY_NAME')
|
| 18 |
-
description =
|
| 19 |
|
| 20 |
chat_start_count = 0
|
| 21 |
|
|
|
|
| 15 |
print(f"Gradio version: {gr.__version__}")
|
| 16 |
|
| 17 |
title = None # "ServiceNow-AI Chat" # modelConfig.get('MODE_DISPLAY_NAME')
|
| 18 |
+
description = "Please use the community section on this space to provide feedback! <a href=\"https://huggingface.co/ServiceNow-AI/Apriel-Nemotron-15b-Thinker/discussions\">ServiceNow-AI/Apriel-Nemotron-Chat</a>"
|
| 19 |
|
| 20 |
chat_start_count = 0
|
| 21 |
|