Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
onnx
/
ultraface
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF Staff
commited on
Mar 16, 2022
Commit
efb9aa5
·
1 Parent(s):
db7d1e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
# SPDX-License-Identifier: MIT
2
3
import cv2
4
import onnxruntime as ort
5
import argparse
1
# SPDX-License-Identifier: MIT
2
3
+
4
import cv2
5
import onnxruntime as ort
6
import argparse