j-hartmann commited on
Commit
9d76eac
·
1 Parent(s): 5970efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -97,7 +97,6 @@ gr.Interface(gr_cosine_similarity,
97
  gr.inputs.Textbox(lines=1, placeholder="This movie always makes me cry..", default="", label="Text 1"),
98
  gr.inputs.Textbox(lines=1, placeholder="Her dog is sad.", default="", label="Text 2"),
99
 
100
- #gr.outputs.Textbox(type="auto", label="Cosine similarity"),
101
  ],
102
  ["dataframe","text"]
103
  ).launch(debug=True)
 
97
  gr.inputs.Textbox(lines=1, placeholder="This movie always makes me cry..", default="", label="Text 1"),
98
  gr.inputs.Textbox(lines=1, placeholder="Her dog is sad.", default="", label="Text 2"),
99
 
 
100
  ],
101
  ["dataframe","text"]
102
  ).launch(debug=True)