Spaces:
Running
Running
s text fix
Browse files
main.py
CHANGED
|
@@ -173,7 +173,7 @@ with gr.Blocks(title="EmCoder - Probabilistic Emotion Recognition") as ui:
|
|
| 173 |
step=1,
|
| 174 |
label="MC samples"
|
| 175 |
)
|
| 176 |
-
submit_btn = gr.Button("Analyze
|
| 177 |
|
| 178 |
with gr.Column(scale=2):
|
| 179 |
output_table_standard = gr.DataFrame(
|
|
|
|
| 173 |
step=1,
|
| 174 |
label="MC samples"
|
| 175 |
)
|
| 176 |
+
submit_btn = gr.Button("Analyze Emotions", variant="primary")
|
| 177 |
|
| 178 |
with gr.Column(scale=2):
|
| 179 |
output_table_standard = gr.DataFrame(
|