qubvel-hf HF staff commited on
Commit
b4464f4
1 Parent(s): 34695a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -18,6 +18,10 @@ from typing import get_type_hints, Optional
18
  from utils import is_not_supported_transform
19
 
20
 
 
 
 
 
21
  # MIXPANEL_TOKEN = os.getenv("MIXPANEL_TOKEN")
22
  # mp = Mixpanel(MIXPANEL_TOKEN)
23
 
 
18
  from utils import is_not_supported_transform
19
 
20
 
21
+ # Some constants for Albumentations
22
+ PositionType = A.PadIfNeeded.PositionType
23
+
24
+
25
  # MIXPANEL_TOKEN = os.getenv("MIXPANEL_TOKEN")
26
  # mp = Mixpanel(MIXPANEL_TOKEN)
27