Kaushik Bar
commited on
Commit
•
0655402
1
Parent(s):
0bc3a02
removed num_top_classes parameter from Label returned
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ iface = gr.Interface(
|
|
186 |
placeholder="Labels here separated by ;;"),
|
187 |
gr.inputs.Radio(choices=[False, True],
|
188 |
label="Multi-label?")],
|
189 |
-
outputs=gr.outputs.Label(
|
190 |
#interpretation="default",
|
191 |
examples=prep_examples())
|
192 |
|
|
|
186 |
placeholder="Labels here separated by ;;"),
|
187 |
gr.inputs.Radio(choices=[False, True],
|
188 |
label="Multi-label?")],
|
189 |
+
outputs=gr.outputs.Label(),
|
190 |
#interpretation="default",
|
191 |
examples=prep_examples())
|
192 |
|