johann22 commited on
Commit
90a6dd8
·
verified ·
1 Parent(s): bead4af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -105,7 +105,6 @@ demo = gr.Interface(
105
  fn=generate_embeddings,
106
  inputs=gr.JSON(
107
  label="Input Texts",
108
- info='Provide a list of strings, e.g., ["text 1", "text 2"]'
109
  ),
110
  outputs=gr.JSON(label="Output Embeddings"),
111
  title="Sentence Embedding API Service",
 
105
  fn=generate_embeddings,
106
  inputs=gr.JSON(
107
  label="Input Texts",
 
108
  ),
109
  outputs=gr.JSON(label="Output Embeddings"),
110
  title="Sentence Embedding API Service",