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