Spaces:
Running
Running
Update StableGR.py
Browse files- StableGR.py +1 -1
StableGR.py
CHANGED
@@ -16,7 +16,7 @@ import tempfile
|
|
16 |
import hashlib
|
17 |
|
18 |
|
19 |
-
TEMP_DIR = os.getcwd()
|
20 |
|
21 |
def parse_urls(s):
|
22 |
url_pattern = "https?://[\\w/:%#\\$&\\?\\(\\)~\\.=\\+\\-]+"
|
|
|
16 |
import hashlib
|
17 |
|
18 |
|
19 |
+
TEMP_DIR = os.getcwd()
|
20 |
|
21 |
def parse_urls(s):
|
22 |
url_pattern = "https?://[\\w/:%#\\$&\\?\\(\\)~\\.=\\+\\-]+"
|