Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- __pycache__/gradify.cpython-310.pyc +0 -0
- demo.yaml +1 -1
__pycache__/gradify.cpython-310.pyc
CHANGED
Binary files a/__pycache__/gradify.cpython-310.pyc and b/__pycache__/gradify.cpython-310.pyc differ
|
|
demo.yaml
CHANGED
@@ -29,4 +29,4 @@ kwargs:
|
|
29 |
func_kwargs: {}
|
30 |
source: "import re\n\n\ndef extract_dates(strings):\n regex = '\\\\d{1,2}/\\\
|
31 |
\\d{1,2}/\\\\d{4}'\n dates = []\n for string in strings:\n dates\
|
32 |
-
\ += re.findall(regex, string)\n return dates"
|
|
|
29 |
func_kwargs: {}
|
30 |
source: "import re\n\n\ndef extract_dates(strings):\n regex = '\\\\d{1,2}/\\\
|
31 |
\\d{1,2}/\\\\d{4}'\n dates = []\n for string in strings:\n dates\
|
32 |
+
\ += re.findall(regex, string)\n return dates\n"
|