Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danilyef committed Nov 25, 2024
1 parent 262de9b commit a9b48b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework_9/pr3/app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from fastapi import FastAPI
from pydantic import BaseModel
from utils import Model
from .utils import Model

model = Model(model_name='distilbert-base-uncased-finetuned-sst-2-english')

Expand Down

0 comments on commit a9b48b5

Please sign in to comment.