kaushikbar
commited on
Commit
•
ccafefc
1
Parent(s):
3861998
added multi-label as a radio button user input
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ iface = gr.Interface(
|
|
184 |
label="Please enter the candidate labels (separated by 2 consecutive semicolons)...",
|
185 |
placeholder="Labels here separated by ;;"),
|
186 |
gr.inputs.Textbox(choices=[False, True],
|
187 |
-
label="Multi-label?"],
|
188 |
outputs=gr.outputs.Label(num_top_classes=5),
|
189 |
#interpretation="default",
|
190 |
examples=prep_examples())
|
|
|
184 |
label="Please enter the candidate labels (separated by 2 consecutive semicolons)...",
|
185 |
placeholder="Labels here separated by ;;"),
|
186 |
gr.inputs.Textbox(choices=[False, True],
|
187 |
+
label="Multi-label?")],
|
188 |
outputs=gr.outputs.Label(num_top_classes=5),
|
189 |
#interpretation="default",
|
190 |
examples=prep_examples())
|