Update app.py
Browse files
app.py
CHANGED
@@ -790,7 +790,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
|
|
790 |
question_progress_text = gr.Markdown()
|
791 |
test_dimension_title = gr.Markdown()
|
792 |
test_audio = gr.Audio(label="测试音频")
|
793 |
-
gr.Markdown("--- \n ###
|
794 |
test_sliders = [gr.Slider(minimum=0, maximum=5, step=1, label=f"Sub-dim {i+1}", visible=False, interactive=True) for i in range(MAX_SUB_DIMS)]
|
795 |
with gr.Row():
|
796 |
prev_dim_btn = gr.Button("上一维度")
|
|
|
790 |
question_progress_text = gr.Markdown()
|
791 |
test_dimension_title = gr.Markdown()
|
792 |
test_audio = gr.Audio(label="测试音频")
|
793 |
+
gr.Markdown("--- \n ### 请为对话中的回应者(非发起者)针对以下特征打分 (0-5分。0-特征无体现;1-机器;3-特征无偏向;5-人类)")
|
794 |
test_sliders = [gr.Slider(minimum=0, maximum=5, step=1, label=f"Sub-dim {i+1}", visible=False, interactive=True) for i in range(MAX_SUB_DIMS)]
|
795 |
with gr.Row():
|
796 |
prev_dim_btn = gr.Button("上一维度")
|