Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
·
839128b
1
Parent(s):
0477fd5
Directory fix
Browse files
app.py
CHANGED
|
@@ -6,9 +6,9 @@ import process as ps
|
|
| 6 |
from urllib.parse import urlparse
|
| 7 |
|
| 8 |
gitblog = "https://bandalcom.github.io/"
|
| 9 |
-
gitblogURL = urlparse(gitblog
|
| 10 |
github = "https://github.com/bandalcom/Postech-KITA_AI-Project"
|
| 11 |
-
githubURL = urlparse(github
|
| 12 |
#torch.hub.download_url_to_file('https://huggingface.co/spaces/Nebulae000/NoteCrawling/blob/main/noteimg2.jpg', 'noteimg2.jpg')
|
| 13 |
|
| 14 |
def HCR(im):
|
|
|
|
| 6 |
from urllib.parse import urlparse
|
| 7 |
|
| 8 |
gitblog = "https://bandalcom.github.io/"
|
| 9 |
+
gitblogURL = urlparse(gitblog, ':/')
|
| 10 |
github = "https://github.com/bandalcom/Postech-KITA_AI-Project"
|
| 11 |
+
githubURL = urlparse(github, ':/')
|
| 12 |
#torch.hub.download_url_to_file('https://huggingface.co/spaces/Nebulae000/NoteCrawling/blob/main/noteimg2.jpg', 'noteimg2.jpg')
|
| 13 |
|
| 14 |
def HCR(im):
|