Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,46 +1,3 @@
|
|
1 |
-
Hugging Face's logo
|
2 |
-
Hugging Face
|
3 |
-
Search models, datasets, users...
|
4 |
-
Models
|
5 |
-
Datasets
|
6 |
-
Spaces
|
7 |
-
Docs
|
8 |
-
Solutions
|
9 |
-
Pricing
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
Click here to log in through Single Sign-On to view activity within the huggingface org.
|
14 |
-
|
15 |
-
Spaces:
|
16 |
-
|
17 |
-
merve
|
18 |
-
/
|
19 |
-
nougat-transformers
|
20 |
-
|
21 |
-
like
|
22 |
-
0
|
23 |
-
|
24 |
-
App
|
25 |
-
Files
|
26 |
-
Community
|
27 |
-
Settings
|
28 |
-
nougat-transformers
|
29 |
-
/
|
30 |
-
app.py
|
31 |
-
merve's picture
|
32 |
-
merve
|
33 |
-
HF STAFF
|
34 |
-
Update app.py
|
35 |
-
7c259fa
|
36 |
-
7 minutes ago
|
37 |
-
raw
|
38 |
-
history
|
39 |
-
blame
|
40 |
-
edit
|
41 |
-
delete
|
42 |
-
No virus
|
43 |
-
4.31 kB
|
44 |
from huggingface_hub import hf_hub_download
|
45 |
import re
|
46 |
from PIL import Image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from huggingface_hub import hf_hub_download
|
2 |
import re
|
3 |
from PIL import Image
|