Abdul-Ib commited on
Commit
316833c
1 Parent(s): 8ad4f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ app = gr.Interface(
188
  fn = predict,
189
  inputs = gr.Textbox(lines=3, placeholder="Enter Search Query..."),
190
  outputs = "text",
191
- title = "model name: MiniLM-L6-v2, model size: {91MB}, Pipeline With Translation"
192
  )
193
 
194
  app.launch()
 
188
  fn = predict,
189
  inputs = gr.Textbox(lines=3, placeholder="Enter Search Query..."),
190
  outputs = "text",
191
+ title = "MiniLM-L6-v2 Product Search: Multilingual"
192
  )
193
 
194
  app.launch()