venkyyuvy commited on
Commit
7f4983c
·
1 Parent(s): 6f00f31
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -30,8 +30,7 @@ demo = gr.Interface(
30
  inputs = [
31
  gr.Image(shape=(416, 416), label="Input Image"),
32
  gr.Textbox(placeholder="List of captions")],
33
- outputs = [gr.Textbox(label="Probability score on captions likely describing the image")],
34
- outputs = gr.Label(),
35
  title = title,
36
  description = description,
37
  examples = examples,
 
30
  inputs = [
31
  gr.Image(shape=(416, 416), label="Input Image"),
32
  gr.Textbox(placeholder="List of captions")],
33
+ outputs = [gr.Label()],
 
34
  title = title,
35
  description = description,
36
  examples = examples,