Spaces:
Build error
Build error
Update app.py
Browse files
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(
|
| 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 |
|