Abdul-Ib commited on
Commit
9ba5c29
1 Parent(s): e43bd96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Re-Ranker"
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: multilingual-en-ar\ntranslation added: False"
124
  )
125
 
126
  app.launch()