Skip to content

Commit

Permalink
Run isort on cnn_rest
Browse files Browse the repository at this point in the history
  • Loading branch information
tmills committed Jul 16, 2024
1 parent 1445db7 commit 67deadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cnlpt/api/cnn_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
import numpy as np
import torch
from fastapi import FastAPI
from scipy.special import softmax
from transformers import AutoTokenizer, Trainer

from ..BaselineModels import CnnSentenceClassifier
from .cnlp_rest import UnannotatedDocument, get_dataset
from scipy.special import softmax

app = FastAPI()
model_name = os.getenv("MODEL_PATH")
Expand Down

0 comments on commit 67deadb

Please sign in to comment.