ariG23498 HF Staff commited on
Commit
a9fd8f8
·
verified ·
1 Parent(s): a34b90b

Upload lightx2v_Qwen-Image-Lightning_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. lightx2v_Qwen-Image-Lightning_0.py +1 -1
lightx2v_Qwen-Image-Lightning_0.py CHANGED
@@ -27,7 +27,7 @@ except Exception as e:
27
  from slack_sdk import WebClient
28
  client = WebClient(token=os.environ['SLACK_TOKEN'])
29
  client.chat_postMessage(
30
- channel='#exp-slack-alerts',
31
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/lightx2v_Qwen-Image-Lightning_0.txt|lightx2v_Qwen-Image-Lightning_0.txt>',
32
  )
33
 
 
27
  from slack_sdk import WebClient
28
  client = WebClient(token=os.environ['SLACK_TOKEN'])
29
  client.chat_postMessage(
30
+ channel='#hub-model-metadata-snippets-sprint',
31
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/lightx2v_Qwen-Image-Lightning_0.txt|lightx2v_Qwen-Image-Lightning_0.txt>',
32
  )
33