Upload lightonai_LightOnOCR-1B-1025_0.py with huggingface_hub
Browse files
lightonai_LightOnOCR-1B-1025_0.py
CHANGED
|
@@ -33,7 +33,7 @@ except Exception as e:
|
|
| 33 |
from slack_sdk import WebClient
|
| 34 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 35 |
client.chat_postMessage(
|
| 36 |
-
channel='#
|
| 37 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/lightonai_LightOnOCR-1B-1025_0.txt|lightonai_LightOnOCR-1B-1025_0.txt>',
|
| 38 |
)
|
| 39 |
|
|
|
|
| 33 |
from slack_sdk import WebClient
|
| 34 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 35 |
client.chat_postMessage(
|
| 36 |
+
channel='#hub-model-metadata-snippets-sprint',
|
| 37 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/lightonai_LightOnOCR-1B-1025_0.txt|lightonai_LightOnOCR-1B-1025_0.txt>',
|
| 38 |
)
|
| 39 |
|