votuongquan2004@gmail.com commited on
Commit
c3b58ce
1 Parent(s): 83eb74b

update app.py

Browse files
Files changed (2) hide show
  1. VSL_SAM_SLR_V2_joint_165.onnx +3 -0
  2. app.py +1 -1
VSL_SAM_SLR_V2_joint_165.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:940bb6c9e7cf7de1fff6d07c89e0e39e2dd337164c6fe184d78863dc498935a9
3
+ size 16700901
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.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_165.onnx')
26
 
27
  # Load id-to-gloss mapping.
28
  id2gloss = pd.read_csv('gloss.csv', names=['id', 'gloss']).to_dict()['gloss']