Spaces:
Runtime error
Runtime error
Commit
·
0133274
1
Parent(s):
97670f9
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,7 @@ iface = gr.Interface(
|
|
14 |
fn=classify_text,
|
15 |
inputs=[
|
16 |
gr.Textbox(label="Enter Text"),
|
17 |
-
gr.Textbox(label="Enter Candidate Labels (comma-separated)")
|
18 |
-
gr.Button(label="Submit")
|
19 |
],
|
20 |
outputs=gr.Label(num_top_classes=1),
|
21 |
live=True,
|
|
|
14 |
fn=classify_text,
|
15 |
inputs=[
|
16 |
gr.Textbox(label="Enter Text"),
|
17 |
+
gr.Textbox(label="Enter Candidate Labels (comma-separated)")
|
|
|
18 |
],
|
19 |
outputs=gr.Label(num_top_classes=1),
|
20 |
live=True,
|