Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
b6af489
1
Parent(s):
0de2127
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ COLLAGE_STYLE_NAMES = list(collage_styles.keys())
|
|
242 |
FILTER_NAMES = list(filters.keys())
|
243 |
DEFAULT_STYLE_NAME = "3840 x 2160"
|
244 |
DEFAULT_COLLAGE_STYLE_NAME = "Hi-Res"
|
245 |
-
DEFAULT_FILTER_NAME = "
|
246 |
|
247 |
def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
|
248 |
if style_name in styles:
|
|
|
242 |
FILTER_NAMES = list(filters.keys())
|
243 |
DEFAULT_STYLE_NAME = "3840 x 2160"
|
244 |
DEFAULT_COLLAGE_STYLE_NAME = "Hi-Res"
|
245 |
+
DEFAULT_FILTER_NAME = "Zero filter"
|
246 |
|
247 |
def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
|
248 |
if style_name in styles:
|