Skip to content

Commit

Permalink
Merge branch 'setup-api' of github.com:GRAAL-Research/deepparse into …
Browse files Browse the repository at this point in the history
…setup-api
  • Loading branch information
GameSetAndMatch committed Jul 14, 2023
2 parents 4614310 + 783b5bb commit 3b6f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepparse/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@asynccontextmanager
async def lifespan(application: FastAPI): # pylint: disable=unused-argument
# Load the models
logger.debug("downloading models")
logger.debug("Downloading models")
download_models()
for model in MODEL_MAPPING_CHOICES:
if model not in ["fasttext", "fasttext-attention", "fasttext-light"]:
Expand Down

0 comments on commit 3b6f6e8

Please sign in to comment.