votuongquan2004@gmail.com commited on
Commit
6e11764
β€’
1 Parent(s): 8450f43

update data.py

Browse files
VSL_SAM_SLR_V2_joint.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c8bff697aa7d36d2656a735fb131f9a442d6125aab1ab1e348418e5e913ca07
3
- size 16700901
 
 
 
 
VSL_SAM_SLR_V2_joint_165.onnx β†’ VSL_SAM_SLR_V2_joint_249.onnx RENAMED
File without changes
app.py CHANGED
@@ -22,7 +22,7 @@ description = '''
22
  examples = []
23
 
24
  # Load the configuration file.
25
- ort_session = ort.InferenceSession('VSL_SAM_SLR_V2_joint_v2.onnx')
26
 
27
  # Load id-to-gloss mapping.
28
  id2gloss = pd.read_csv('gloss.csv', names=['id', 'gloss']).to_dict()['gloss']
 
22
  examples = []
23
 
24
  # Load the configuration file.
25
+ ort_session = ort.InferenceSession('VSL_SAM_SLR_V2_joint_249.onnx')
26
 
27
  # Load id-to-gloss mapping.
28
  id2gloss = pd.read_csv('gloss.csv', names=['id', 'gloss']).to_dict()['gloss']