ariG23498 HF Staff commited on
Commit
6eb1b73
·
verified ·
1 Parent(s): 35408ad

Upload google_embeddinggemma-300m_6.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_embeddinggemma-300m_6.py +1 -1
google_embeddinggemma-300m_6.py CHANGED
@@ -40,7 +40,7 @@ except Exception as e:
40
  from slack_sdk import WebClient
41
  client = WebClient(token=os.environ['SLACK_TOKEN'])
42
  client.chat_postMessage(
43
- channel='#hub-model-metadata-snippets-sprint',
44
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_6.txt|google_embeddinggemma-300m_6.txt>',
45
  )
46
 
 
40
  from slack_sdk import WebClient
41
  client = WebClient(token=os.environ['SLACK_TOKEN'])
42
  client.chat_postMessage(
43
+ channel='#exp-slack-alerts',
44
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_6.txt|google_embeddinggemma-300m_6.txt>',
45
  )
46