Spaces:
Runtime error
Runtime error
kaushikbar
commited on
Commit
·
d157f96
1
Parent(s):
b4ab8c0
Code cleanup
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ iface = gr.Interface(
|
|
| 165 |
gr.inputs.Textbox(lines=2,
|
| 166 |
label="Please enter the candidate labels (separated by comma)...",
|
| 167 |
placeholder="Labels here separated by comma...")],
|
| 168 |
-
outputs=gr.outputs.Label(num_top_classes=5
|
| 169 |
#interpretation="default",
|
| 170 |
examples=prep_examples())
|
| 171 |
|
|
|
|
| 165 |
gr.inputs.Textbox(lines=2,
|
| 166 |
label="Please enter the candidate labels (separated by comma)...",
|
| 167 |
placeholder="Labels here separated by comma...")],
|
| 168 |
+
outputs=gr.outputs.Label(num_top_classes=5),
|
| 169 |
#interpretation="default",
|
| 170 |
examples=prep_examples())
|
| 171 |
|