iamvishalksingh commited on
Commit
daf2cfb
·
verified ·
1 Parent(s): d2e7948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import io
9
  app = FastAPI()
10
 
11
  # xyz
 
12
  # Load the CodeFormer model
13
  model_path = "weights/CodeFormer.pth"
14
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
9
  app = FastAPI()
10
 
11
  # xyz
12
+ # vishal singh
13
  # Load the CodeFormer model
14
  model_path = "weights/CodeFormer.pth"
15
  device = "cuda" if torch.cuda.is_available() else "cpu"