aje6 commited on
Commit
3fed143
·
verified ·
1 Parent(s): 1a9dbdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "aje6/ASL-Fingerspelling-Detection/onnx/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
 
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