Wind-xixi commited on
Commit
ee8eafb
Β·
verified Β·
1 Parent(s): e46d55f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = FastAPI()
10
  # εˆε§‹εŒ– SentenceExtractor
11
  extractor = SentenceExtractor(
12
  eval_keywords_path="evaluation_keywords2.json",
13
- model_path="model_quantized.onnx"
14
  )
15
 
16
  @app.get("/")
 
10
  # εˆε§‹εŒ– SentenceExtractor
11
  extractor = SentenceExtractor(
12
  eval_keywords_path="evaluation_keywords2.json",
13
+ model_path="distilled_model.onnx"
14
  )
15
 
16
  @app.get("/")