nyonyong commited on
Commit
839128b
·
1 Parent(s): 0477fd5

Directory fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.encode('utf8'), ':/')
10
  github = "https://github.com/bandalcom/Postech-KITA_AI-Project"
11
- githubURL = urlparse(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):
 
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):