aledigt commited on
Commit
eaa1131
1 Parent(s): 95d2aba

feat: sentence-encoder-multilingual

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +2 -1
app.py CHANGED
@@ -7,6 +7,7 @@ import gradio as gr
7
  import os
8
  from sklearn.neighbors import NearestNeighbors
9
  import requests
 
10
 
11
  api_url="https://free.churchless.tech/v1/chat/completions"
12
 
 
7
  import os
8
  from sklearn.neighbors import NearestNeighbors
9
  import requests
10
+ import tensorflow_text
11
 
12
  api_url="https://free.churchless.tech/v1/chat/completions"
13
 
requirements.txt CHANGED
@@ -3,4 +3,5 @@ PyMuPDF
3
  numpy
4
  scikit-learn
5
  tensorflow
6
- tensorflow-hub
 
 
3
  numpy
4
  scikit-learn
5
  tensorflow
6
+ tensorflow-hub
7
+ tensorflow_text>=2.0.0rc0