ariG23498 HF Staff commited on
Commit
e4e47ce
·
verified ·
1 Parent(s): 09a0f3b

Upload Qwen_Qwen3-VL-4B-Instruct_0.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. Qwen_Qwen3-VL-4B-Instruct_0.py +2 -3
Qwen_Qwen3-VL-4B-Instruct_0.py CHANGED
@@ -33,11 +33,10 @@ except Exception as e:
33
  traceback.print_exc(file=f)
34
 
35
  from slack_sdk import WebClient
36
- client = WebClient(token=os.environ["SLACK_TOKEN"])
37
  client.chat_postMessage(
38
- channel=#exp-slack-alerts,
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-4B-Instruct_0.txt|Qwen_Qwen3-VL-4B-Instruct_0.txt>',
40
- thread_ts=parent_message_ts,
41
  )
42
  finally:
43
  from huggingface_hub import upload_file
 
33
  traceback.print_exc(file=f)
34
 
35
  from slack_sdk import WebClient
36
+ client = WebClient(token=os.environ['SLACK_TOKEN'])
37
  client.chat_postMessage(
38
+ channel='#exp-slack-alerts',
39
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Qwen_Qwen3-VL-4B-Instruct_0.txt|Qwen_Qwen3-VL-4B-Instruct_0.txt>',
 
40
  )
41
  finally:
42
  from huggingface_hub import upload_file