Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,10 @@ def main():
|
|
179 |
"light_censor",
|
180 |
"mosaic_censoring"],
|
181 |
|
182 |
-
predefined_tags2 = [
|
|
|
|
|
|
|
183 |
|
184 |
with gr.Blocks(title=TITLE) as demo:
|
185 |
gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")
|
|
|
179 |
"light_censor",
|
180 |
"mosaic_censoring"],
|
181 |
|
182 |
+
predefined_tags2 = [
|
183 |
+
"big, small:medium", # If either "big" or "small" is missing, add "medium"
|
184 |
+
"small hand, large hand:medium hand" # If either "small hand" or "large hand" is missing, add "medium hand"
|
185 |
+
]
|
186 |
|
187 |
with gr.Blocks(title=TITLE) as demo:
|
188 |
gr.Markdown(f"<h1 style='text-align: center;'>{TITLE}</h1>")
|