Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
b8b8a36
1
Parent(s):
4229163
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,8 @@ import sys
|
|
16 |
import onnxruntime
|
17 |
import numpy as np
|
18 |
from PIL import Image
|
19 |
-
import torchtext
|
20 |
|
21 |
|
22 |
-
torchtext.utils.download_from_url("https://drive.google.com/uc?id=146kojNCMfswRbWNE4NKRyOiRnGs12rZN", root=".")
|
23 |
-
torchtext.utils.download_from_url("https://drive.google.com/uc?id=1a3omUl96fKkvFgUHsR3RD9W3kjSAgJFK", root=".")
|
24 |
-
|
25 |
|
26 |
|
27 |
# Load ONNX model
|
|
|
16 |
import onnxruntime
|
17 |
import numpy as np
|
18 |
from PIL import Image
|
|
|
19 |
|
20 |
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
# Load ONNX model
|