ariG23498 HF Staff commited on
Commit
6fb1dfa
·
verified ·
1 Parent(s): e78b4de

Upload google_embeddinggemma-300m_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_embeddinggemma-300m_0.py +2 -3
google_embeddinggemma-300m_0.py CHANGED
@@ -30,11 +30,10 @@ except Exception as e:
30
  traceback.print_exc(file=f)
31
 
32
  from slack_sdk import WebClient
33
- client = WebClient(token=os.environ["SLACK_TOKEN"])
34
  client.chat_postMessage(
35
- channel=#exp-slack-alerts,
36
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_0.txt|google_embeddinggemma-300m_0.txt>',
37
- thread_ts=parent_message_ts,
38
  )
39
  finally:
40
  from huggingface_hub import upload_file
 
30
  traceback.print_exc(file=f)
31
 
32
  from slack_sdk import WebClient
33
+ client = WebClient(token=os.environ['SLACK_TOKEN'])
34
  client.chat_postMessage(
35
+ channel='#exp-slack-alerts',
36
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_0.txt|google_embeddinggemma-300m_0.txt>',
 
37
  )
38
  finally:
39
  from huggingface_hub import upload_file