ariG23498 HF Staff commited on
Commit
fc50d1f
·
verified ·
1 Parent(s): e1ea971

Upload Qwen_Qwen3-VL-2B-Thinking_1.py with huggingface_hub

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