qubvel-hf HF staff commited on
Commit
8f73517
·
verified ·
1 Parent(s): cde2011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)