Upload LiquidAI_LFM2-VL-3B_0.py with huggingface_hub
Browse files- LiquidAI_LFM2-VL-3B_0.py +1 -1
    	
        LiquidAI_LFM2-VL-3B_0.py
    CHANGED
    
    | @@ -34,7 +34,7 @@ except Exception as e: | |
| 34 | 
             
                from slack_sdk import WebClient
         | 
| 35 | 
             
                client = WebClient(token=os.environ['SLACK_TOKEN'])
         | 
| 36 | 
             
                client.chat_postMessage(
         | 
| 37 | 
            -
                    channel='# | 
| 38 | 
             
                    text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/LiquidAI_LFM2-VL-3B_0.txt|LiquidAI_LFM2-VL-3B_0.txt>',
         | 
| 39 | 
             
                )
         | 
| 40 |  | 
|  | |
| 34 | 
             
                from slack_sdk import WebClient
         | 
| 35 | 
             
                client = WebClient(token=os.environ['SLACK_TOKEN'])
         | 
| 36 | 
             
                client.chat_postMessage(
         | 
| 37 | 
            +
                    channel='#exp-slack-alerts',
         | 
| 38 | 
             
                    text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/LiquidAI_LFM2-VL-3B_0.txt|LiquidAI_LFM2-VL-3B_0.txt>',
         | 
| 39 | 
             
                )
         | 
| 40 |  | 
