Skip to content

Commit

Permalink
feat: Updated src/api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] authored Nov 25, 2023
1 parent 9029d70 commit 48a4c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from fastapi import FastAPI, UploadFile, File
from PIL import Image
import torch
from torchvision import transforms
from fastapi import FastAPI, File, UploadFile
from main import Net # Importing Net class from main.py
from PIL import Image
from torchvision import transforms

# Load the model
model = Net()
Expand Down

0 comments on commit 48a4c00

Please sign in to comment.