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

Upload google_embeddinggemma-300m_7.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_embeddinggemma-300m_7.py +1 -1
google_embeddinggemma-300m_7.py CHANGED
@@ -33,7 +33,7 @@ except Exception as e:
33
  from slack_sdk import WebClient
34
  client = WebClient(token=os.environ['SLACK_TOKEN'])
35
  client.chat_postMessage(
36
- channel='#hub-model-metadata-snippets-sprint',
37
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_7.txt|google_embeddinggemma-300m_7.txt>',
38
  )
39
 
 
33
  from slack_sdk import WebClient
34
  client = WebClient(token=os.environ['SLACK_TOKEN'])
35
  client.chat_postMessage(
36
+ channel='#exp-slack-alerts',
37
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_7.txt|google_embeddinggemma-300m_7.txt>',
38
  )
39