Spaces:
Running
Running
cockolo terada
commited on
Update gradio_tabs/merge.py
Browse files- gradio_tabs/merge.py +1 -1
gradio_tabs/merge.py
CHANGED
@@ -804,7 +804,7 @@ def create_merge_app(model_holder: TTSModelHolder) -> gr.Blocks:
|
|
804 |
all_style_and_ratio_cols, all_style_ratio_sliders, style_ratio_rows = [], [], []
|
805 |
|
806 |
with gr.Tabs():
|
807 |
-
with gr.TabItem("
|
808 |
with gr.Row():
|
809 |
model_count_slider = gr.Slider(label="θβεγγγ’γγ«ζ°οΌζε€§οΌοΌεοΌ", minimum=1, maximum=MAX_MODELS, step=1, value=2, scale=3)
|
810 |
refresh_button = gr.Button("γ’γγ«γͺγΉγζ΄ζ°", scale=1)
|
|
|
804 |
all_style_and_ratio_cols, all_style_ratio_sliders, style_ratio_rows = [], [], []
|
805 |
|
806 |
with gr.Tabs():
|
807 |
+
with gr.TabItem("γ’γγ«θβε"):
|
808 |
with gr.Row():
|
809 |
model_count_slider = gr.Slider(label="θβεγγγ’γγ«ζ°οΌζε€§οΌοΌεοΌ", minimum=1, maximum=MAX_MODELS, step=1, value=2, scale=3)
|
810 |
refresh_button = gr.Button("γ’γγ«γͺγΉγζ΄ζ°", scale=1)
|