Sadihsn commited on
Commit
c056492
·
verified ·
1 Parent(s): beac553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ with open("StackOverflow_Question_Classifier/tags_types_encoded.json", "r") as f
10
 
11
  Tags = list(encode_tags_types.keys())
12
 
13
- inf_session = rt.InferenceSession('StackOverflow_Question_Classifier/Question-classifier-quantized.onnx')
14
  input_name = inf_session.get_inputs()[0].name
15
  output_name = inf_session.get_outputs()[0].name
16
 
 
10
 
11
  Tags = list(encode_tags_types.keys())
12
 
13
+ inf_session = rt.InferenceSession("StackOverflow_Question_Classifier/Question-classifier-quantized.onnx")
14
  input_name = inf_session.get_inputs()[0].name
15
  output_name = inf_session.get_outputs()[0].name
16