Spaces:
Running
Running
update
Browse files- tabs/cls_tab.py +1 -1
tabs/cls_tab.py
CHANGED
|
@@ -148,7 +148,7 @@ def get_cls_tab(examples_dir: str, trained_model_dir: str):
|
|
| 148 |
|
| 149 |
cls_button = gr.Button("run", variant="primary")
|
| 150 |
with gr.Column(scale=3):
|
| 151 |
-
cls_outputs = gr.Textbox(label="outputs"
|
| 152 |
|
| 153 |
gr.Examples(
|
| 154 |
cls_examples,
|
|
|
|
| 148 |
|
| 149 |
cls_button = gr.Button("run", variant="primary")
|
| 150 |
with gr.Column(scale=3):
|
| 151 |
+
cls_outputs = gr.Textbox(label="outputs")
|
| 152 |
|
| 153 |
gr.Examples(
|
| 154 |
cls_examples,
|