AnkitPatil commited on
Commit
7d1b617
·
1 Parent(s): 6160819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ iface = gr.Interface(
15
  inputs=[
16
  gr.Textbox(label="Enter Text"),
17
  gr.Textbox(label="Enter Candidate Labels (comma-separated)"),
 
18
  outputs=gr.Textbox(),
19
  live=True,
20
  title="Zero-Shot Classification Web App",
 
15
  inputs=[
16
  gr.Textbox(label="Enter Text"),
17
  gr.Textbox(label="Enter Candidate Labels (comma-separated)"),
18
+ ],
19
  outputs=gr.Textbox(),
20
  live=True,
21
  title="Zero-Shot Classification Web App",