Upload black-forest-labs_FLUX.1-dev_0.py with huggingface_hub
Browse files
black-forest-labs_FLUX.1-dev_0.py
CHANGED
|
@@ -22,7 +22,7 @@ except Exception as e:
|
|
| 22 |
from slack_sdk import WebClient
|
| 23 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 24 |
client.chat_postMessage(
|
| 25 |
-
channel='#
|
| 26 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/black-forest-labs_FLUX.1-dev_0.txt|black-forest-labs_FLUX.1-dev_0.txt>',
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
from slack_sdk import WebClient
|
| 23 |
client = WebClient(token=os.environ['SLACK_TOKEN'])
|
| 24 |
client.chat_postMessage(
|
| 25 |
+
channel='#exp-slack-alerts',
|
| 26 |
text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/black-forest-labs_FLUX.1-dev_0.txt|black-forest-labs_FLUX.1-dev_0.txt>',
|
| 27 |
)
|
| 28 |
|