AnkitPatil commited on
Commit
c03d1b8
·
1 Parent(s): 2630a39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ iface = gr.Interface(
10
  inputs=[gr.Textbox(label="Enter Text"), gr.Textbox(label="Enter Candidate Labels (comma-separated)")],
11
  outputs=gr.Label(),
12
  live=True,
13
- interpretation="default",
14
- title="Zero-Shot Classification",
15
  description="Enter a text and candidate labels (comma-separated) to classify.",
16
  )
17
 
 
10
  inputs=[gr.Textbox(label="Enter Text"), gr.Textbox(label="Enter Candidate Labels (comma-separated)")],
11
  outputs=gr.Label(),
12
  live=True,
13
+ title="Zero-Shot Classification Web App",
 
14
  description="Enter a text and candidate labels (comma-separated) to classify.",
15
  )
16