Spaces:
Paused
Paused
fix
Browse files
__pycache__/utils_inpaint.cpython-310.pyc
CHANGED
Binary files a/__pycache__/utils_inpaint.cpython-310.pyc and b/__pycache__/utils_inpaint.cpython-310.pyc differ
|
|
utils_inpaint.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import Tuple
|
2 |
-
import
|
3 |
import torch
|
4 |
|
5 |
def resize_image_dimensions(
|
|
|
1 |
from typing import Tuple
|
2 |
+
import numpy as np
|
3 |
import torch
|
4 |
|
5 |
def resize_image_dimensions(
|