Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
•
c638079
1
Parent(s):
58c6ff9
Dir fix
Browse files
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 |
-
|
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)
|