Spaces:
Running
Running
Update app.py
Browse files
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 |
|