Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import argparse
|
|
6 |
import numpy as np
|
7 |
from box_utils import predict
|
8 |
import os
|
|
|
9 |
|
10 |
# ------------------------------------------------------------------------------------------------------------------------------------------------
|
11 |
# Face detection using UltraFace-320 onnx model
|
|
|
6 |
import numpy as np
|
7 |
from box_utils import predict
|
8 |
import os
|
9 |
+
import gradio as gr
|
10 |
|
11 |
# ------------------------------------------------------------------------------------------------------------------------------------------------
|
12 |
# Face detection using UltraFace-320 onnx model
|