ariG23498 HF Staff commited on
Commit
fe7f54a
·
verified ·
1 Parent(s): d28fefd

Upload lightonai_LightOnOCR-1B-1025_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. lightonai_LightOnOCR-1B-1025_0.py +1 -1
lightonai_LightOnOCR-1B-1025_0.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='#exp-slack-alerts',
37
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/lightonai_LightOnOCR-1B-1025_0.txt|lightonai_LightOnOCR-1B-1025_0.txt>',
38
  )
39
 
 
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/lightonai_LightOnOCR-1B-1025_0.txt|lightonai_LightOnOCR-1B-1025_0.txt>',
38
  )
39