Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ def build_interface():
|
|
313 |
visible=False
|
314 |
)
|
315 |
|
316 |
-
gender_selection_furry = gr.
|
317 |
label="Furry Gender Selection (选择Furry性别)",
|
318 |
choices=["Male", "Female"],
|
319 |
value=["Male"], # 默认公
|
|
|
313 |
visible=False
|
314 |
)
|
315 |
|
316 |
+
gender_selection_furry = gr.Radio(
|
317 |
label="Furry Gender Selection (选择Furry性别)",
|
318 |
choices=["Male", "Female"],
|
319 |
value=["Male"], # 默认公
|