garg-aayush
commited on
Commit
•
667b581
1
Parent(s):
d47736e
update model path
Browse files- handler.py +2 -2
handler.py
CHANGED
@@ -50,9 +50,9 @@ class EndpointHandler:
|
|
50 |
|
51 |
|
52 |
self.tiling_size = int(os.environ["TILING_SIZE"])
|
53 |
-
|
54 |
self.max_image_size = 1400 * 1400
|
55 |
-
self.model_path = f"/workspace/real-esrgan/weights/Real-ESRGAN-x4plus.pth"
|
56 |
|
57 |
|
58 |
# log model path and tiling size
|
|
|
50 |
|
51 |
|
52 |
self.tiling_size = int(os.environ["TILING_SIZE"])
|
53 |
+
self.model_path = f"/repository/weights/Real-ESRGAN-x4plus.pth"
|
54 |
self.max_image_size = 1400 * 1400
|
55 |
+
# self.model_path = f"/workspace/real-esrgan/weights/Real-ESRGAN-x4plus.pth"
|
56 |
|
57 |
|
58 |
# log model path and tiling size
|