Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ app = FastAPI()
|
|
| 10 |
# εε§ε SentenceExtractor
|
| 11 |
extractor = SentenceExtractor(
|
| 12 |
eval_keywords_path="evaluation_keywords2.json",
|
| 13 |
-
model_path="
|
| 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("/")
|