Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ app = gr.Interface(
|
|
120 |
fn = predict,
|
121 |
inputs = gr.Textbox(lines=3, placeholder="Enter Search Query..."),
|
122 |
outputs = "text",
|
123 |
-
title = "
|
124 |
)
|
125 |
|
126 |
app.launch()
|
|
|
120 |
fn = predict,
|
121 |
inputs = gr.Textbox(lines=3, placeholder="Enter Search Query..."),
|
122 |
outputs = "text",
|
123 |
+
title = "model name: gte-small\ntranslation added: False"
|
124 |
)
|
125 |
|
126 |
app.launch()
|