ariG23498 HF Staff commited on
Commit
eb9d087
·
verified ·
1 Parent(s): 8530441

Upload google_embeddinggemma-300m_2.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_embeddinggemma-300m_2.py +2 -3
google_embeddinggemma-300m_2.py CHANGED
@@ -39,11 +39,10 @@ except Exception as e:
39
  traceback.print_exc(file=f)
40
 
41
  from slack_sdk import WebClient
42
- client = WebClient(token=os.environ["SLACK_TOKEN"])
43
  client.chat_postMessage(
44
- channel=#exp-slack-alerts,
45
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_2.txt|google_embeddinggemma-300m_2.txt>',
46
- thread_ts=parent_message_ts,
47
  )
48
  finally:
49
  from huggingface_hub import upload_file
 
39
  traceback.print_exc(file=f)
40
 
41
  from slack_sdk import WebClient
42
+ client = WebClient(token=os.environ['SLACK_TOKEN'])
43
  client.chat_postMessage(
44
+ channel='#exp-slack-alerts',
45
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/google_embeddinggemma-300m_2.txt|google_embeddinggemma-300m_2.txt>',
 
46
  )
47
  finally:
48
  from huggingface_hub import upload_file