Update app.py
Browse files
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",
|