Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
·
d4de2e4
1
Parent(s):
839128b
Directory fix
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ 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):
|
|
|
|
| 9 |
gitblogURL = urlparse(gitblog, ':/')
|
| 10 |
github = "https://github.com/bandalcom/Postech-KITA_AI-Project"
|
| 11 |
githubURL = urlparse(github, ':/')
|
| 12 |
+
print(githubURL)
|
| 13 |
#torch.hub.download_url_to_file('https://huggingface.co/spaces/Nebulae000/NoteCrawling/blob/main/noteimg2.jpg', 'noteimg2.jpg')
|
| 14 |
|
| 15 |
def HCR(im):
|