Spaces:
Runtime error
Runtime error
Update image_upscaling.py
Browse files- image_upscaling.py +1 -0
image_upscaling.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
|
| 2 |
import numpy as np
|
| 3 |
import torch
|
|
|
|
| 1 |
+
from PIL import Image
|
| 2 |
|
| 3 |
import numpy as np
|
| 4 |
import torch
|