Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,6 +77,7 @@ transforms_map = {
|
|
| 77 |
inspect.isclass(cls)
|
| 78 |
and issubclass(cls, (A.DualTransform, A.ImageOnlyTransform))
|
| 79 |
and not is_not_supported_transform(cls)
|
|
|
|
| 80 |
)
|
| 81 |
}
|
| 82 |
transforms_map.pop("DualTransform", None)
|
|
|
|
| 77 |
inspect.isclass(cls)
|
| 78 |
and issubclass(cls, (A.DualTransform, A.ImageOnlyTransform))
|
| 79 |
and not is_not_supported_transform(cls)
|
| 80 |
+
and not name.endswith("3D")
|
| 81 |
)
|
| 82 |
}
|
| 83 |
transforms_map.pop("DualTransform", None)
|