nyonyong commited on
Commit
c638079
1 Parent(s): 58c6ff9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import directories as Dir
5
  import process as ps
6
 
7
  torch.hub.download_url_to_file('https://huggingface.co/spaces/Nebulae000/NoteCrawling/blob/main/noteimg1.jpg', 'noteimg1.jpg')
8
- #torch.hub.download_url_to_file('https://github.com/ultralytics/yolov5/raw/master/data/images/bus.jpg', 'bus.jpg')
9
 
10
  def HCR(im):
11
  ps.textDetection(im)
 
5
  import process as ps
6
 
7
  torch.hub.download_url_to_file('https://huggingface.co/spaces/Nebulae000/NoteCrawling/blob/main/noteimg1.jpg', 'noteimg1.jpg')
8
+ torch.hub.download_url_to_file('https://huggingface.co/spaces/Nebulae000/NoteCrawling/blob/main/noteimg2.jpg', 'noteimg2.jpg')
9
 
10
  def HCR(im):
11
  ps.textDetection(im)