Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ with open("data.json", "r") as fp:
|
|
11 |
types = list(types)
|
12 |
|
13 |
|
14 |
-
inf_session = onnxruntime.InferenceSession('
|
15 |
input_name = inf_session.get_inputs()[0].name
|
16 |
output_name = inf_session.get_outputs()[0].name
|
17 |
|
|
|
11 |
types = list(types)
|
12 |
|
13 |
|
14 |
+
inf_session = onnxruntime.InferenceSession('classifier-quantized.onnx')
|
15 |
input_name = inf_session.get_inputs()[0].name
|
16 |
output_name = inf_session.get_outputs()[0].name
|
17 |
|