AnkitPatil commited on
Commit
97670f9
·
1 Parent(s): e1ffd40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(text="Submit")
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,