sivakornchong commited on
Commit
77b189e
1 Parent(s): 55a5bb9

add tensorflow text

Browse files
Files changed (2) hide show
  1. main.py +1 -0
  2. requirements.txt +1 -0
main.py CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
3
  # import keras
4
  import tensorflow as tf
5
  import tensorflow_hub as hub
 
6
  ### This is to predict gender
7
 
8
  def main_fn(Name_):
 
3
  # import keras
4
  import tensorflow as tf
5
  import tensorflow_hub as hub
6
+ import tensorflow_text
7
  ### This is to predict gender
8
 
9
  def main_fn(Name_):
requirements.txt CHANGED
@@ -2,4 +2,5 @@ keras
2
  tensorflow
3
  pandas
4
  tensorflow-hub
 
5
  # scikit-learn==1.0.2
 
2
  tensorflow
3
  pandas
4
  tensorflow-hub
5
+ tensorflow-text
6
  # scikit-learn==1.0.2