votuongquan2004@gmail.com commited on
Commit
c20065b
1 Parent(s): afd88ad

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,7 +22,7 @@ description = '''
22
  examples = []
23
 
24
  # Load the configuration file.
25
- ort_session = ort.InferenceSession('vsl_joint_test.onnx')
26
 
27
  # Load id-to-gloss mapping.
28
  id2gloss = pd.read_csv('gloss.csv', names=['id', 'gloss']).to_dict()['gloss']
@@ -97,4 +97,3 @@ iface = gr.Interface(
97
  description=description,
98
  )
99
  iface.launch()
100
- # print(inference('000_con_cho.mp4'))
 
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']
 
97
  description=description,
98
  )
99
  iface.launch()