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