Spaces:
Running
on
Zero
Running
on
Zero
txya900619
commited on
Commit
•
566e314
1
Parent(s):
7a3d946
Update app.py
Browse files
app.py
CHANGED
@@ -194,6 +194,7 @@ with demo:
|
|
194 |
value=list(models_config[default_model_id]["speaker_mapping"].values())[0],
|
195 |
label="語者",
|
196 |
interactive=len(models_config[default_model_id]["speaker_mapping"]) > 1,
|
|
|
197 |
)
|
198 |
use_default_emb_or_custom_radio.input(
|
199 |
use_default_emb_or_custom_radio_input,
|
@@ -296,6 +297,7 @@ with demo:
|
|
296 |
dialect_radio,
|
297 |
input_text,
|
298 |
],
|
|
|
299 |
)
|
300 |
|
301 |
demo.launch()
|
|
|
194 |
value=list(models_config[default_model_id]["speaker_mapping"].values())[0],
|
195 |
label="語者",
|
196 |
interactive=len(models_config[default_model_id]["speaker_mapping"]) > 1,
|
197 |
+
visible=False,
|
198 |
)
|
199 |
use_default_emb_or_custom_radio.input(
|
200 |
use_default_emb_or_custom_radio_input,
|
|
|
297 |
dialect_radio,
|
298 |
input_text,
|
299 |
],
|
300 |
+
visible=False,
|
301 |
)
|
302 |
|
303 |
demo.launch()
|