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