Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|