nyonyong commited on
Commit
9c8674f
·
1 Parent(s): cff83ad

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
  import urllib
7
 
8
  gitblog = ["https://bandalcom.github.io/"]
9
- gitblogURL = urllib.quote(gitblog.encode('utf8'), ':/')
10
  github = ["https://github.com/bandalcom/Postech-KITA_AI-Project"]
11
- githubURL = urllib.quote(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
  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):