Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- summarization
|
4 |
widget:
|
5 |
-
- text:
|
6 |
-
|
7 |
---
|
8 |
|
9 |
|
|
|
1 |
---
|
2 |
+
language: code
|
3 |
tags:
|
4 |
- summarization
|
5 |
widget:
|
6 |
+
- text: 'def e ( message , exit_code = None ) : print_log ( message , YELLOW , BOLD
|
7 |
+
) if exit_code is not None : sys . exit ( exit_code )'
|
8 |
---
|
9 |
|
10 |
|