Spaces:
Running
Running
update
Browse files- tabs/cls_tab.py +1 -1
tabs/cls_tab.py
CHANGED
|
@@ -145,8 +145,8 @@ def get_cls_tab(examples_dir: str, trained_model_dir: str):
|
|
| 145 |
cls_label = gr.Dropdown(choices=model_labels_choices, value=model_labels_choices[0], label="label")
|
| 146 |
with gr.Row():
|
| 147 |
cls_ground_true = gr.Textbox(label="ground_true")
|
|
|
|
| 148 |
|
| 149 |
-
cls_button = gr.Button("run", variant="primary")
|
| 150 |
with gr.Column(scale=3):
|
| 151 |
cls_outputs = gr.Textbox(label="outputs")
|
| 152 |
|
|
|
|
| 145 |
cls_label = gr.Dropdown(choices=model_labels_choices, value=model_labels_choices[0], label="label")
|
| 146 |
with gr.Row():
|
| 147 |
cls_ground_true = gr.Textbox(label="ground_true")
|
| 148 |
+
cls_button = gr.Button("run", variant="primary")
|
| 149 |
|
|
|
|
| 150 |
with gr.Column(scale=3):
|
| 151 |
cls_outputs = gr.Textbox(label="outputs")
|
| 152 |
|