ariG23498 HF Staff commited on
Commit
8163162
·
verified ·
1 Parent(s): c74abab

Upload black-forest-labs_FLUX.1-Kontext-dev_1.py with huggingface_hub

Browse files
black-forest-labs_FLUX.1-Kontext-dev_1.py CHANGED
@@ -29,7 +29,7 @@ except Exception as e:
29
  from slack_sdk import WebClient
30
  client = WebClient(token=os.environ['SLACK_TOKEN'])
31
  client.chat_postMessage(
32
- channel='#exp-slack-alerts',
33
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/black-forest-labs_FLUX.1-Kontext-dev_1.txt|black-forest-labs_FLUX.1-Kontext-dev_1.txt>',
34
  )
35
 
 
29
  from slack_sdk import WebClient
30
  client = WebClient(token=os.environ['SLACK_TOKEN'])
31
  client.chat_postMessage(
32
+ channel='#hub-model-metadata-snippets-sprint',
33
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/black-forest-labs_FLUX.1-Kontext-dev_1.txt|black-forest-labs_FLUX.1-Kontext-dev_1.txt>',
34
  )
35