Spaces:
Runtime error
Runtime error
Commit
·
3bf2cbc
1
Parent(s):
3ec1733
Update model.py
Browse files
model.py
CHANGED
|
@@ -123,7 +123,7 @@ class Model:
|
|
| 123 |
generator=generator,
|
| 124 |
image=control_image).images
|
| 125 |
|
| 126 |
-
|
| 127 |
def preprocess_hough(
|
| 128 |
input_image: np.ndarray,
|
| 129 |
image_resolution: int,
|
|
|
|
| 123 |
generator=generator,
|
| 124 |
image=control_image).images
|
| 125 |
|
| 126 |
+
@staticmethod
|
| 127 |
def preprocess_hough(
|
| 128 |
input_image: np.ndarray,
|
| 129 |
image_resolution: int,
|