Spaces:
Running
Running
Commit
·
c9a2adf
1
Parent(s):
a004021
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
|
|
| 121 |
)
|
| 122 |
face_analyser_age_dropdown = gr.Dropdown(
|
| 123 |
label = 'FACE ANALYSER AGE',
|
| 124 |
-
choices = ['none'] + ['child', '
|
| 125 |
value = 'none'
|
| 126 |
)
|
| 127 |
face_analyser_gender_dropdown = gr.Dropdown(
|
|
|
|
| 121 |
)
|
| 122 |
face_analyser_age_dropdown = gr.Dropdown(
|
| 123 |
label = 'FACE ANALYSER AGE',
|
| 124 |
+
choices = ['none'] + ['child', 'teen', 'adult', 'senior'],
|
| 125 |
value = 'none'
|
| 126 |
)
|
| 127 |
face_analyser_gender_dropdown = gr.Dropdown(
|