Spaces:
Runtime error
Runtime error
Commit
Β·
187357b
1
Parent(s):
ec82642
update phrasing multi-label checkbox
Browse files
src/synthetic_dataset_generator/apps/textcat.py
CHANGED
@@ -434,7 +434,7 @@ with gr.Blocks() as app:
|
|
434 |
label="Multi-label",
|
435 |
value=False,
|
436 |
interactive=True,
|
437 |
-
info="If checked, the text
|
438 |
)
|
439 |
clarity = gr.Dropdown(
|
440 |
choices=[
|
|
|
434 |
label="Multi-label",
|
435 |
value=False,
|
436 |
interactive=True,
|
437 |
+
info="If checked, the text will be classified into multiple labels.",
|
438 |
)
|
439 |
clarity = gr.Dropdown(
|
440 |
choices=[
|