Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
import onnxruntime as ort
|
5 |
|
6 |
# Load the ONNX model using onnxruntime
|
7 |
-
onnx_model_path = "
|
8 |
session = ort.InferenceSession(onnx_model_path)
|
9 |
|
10 |
# Function to perform object detection with the ONNX model
|
|
|
4 |
import onnxruntime as ort
|
5 |
|
6 |
# Load the ONNX model using onnxruntime
|
7 |
+
onnx_model_path = "Model_IV.onnx" # Update with your ONNX model path
|
8 |
session = ort.InferenceSession(onnx_model_path)
|
9 |
|
10 |
# Function to perform object detection with the ONNX model
|