MixoMax commited on
Commit
ae12a6a
1 Parent(s): e59119f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from tensorflow_text import SentencepieceTokenizer
4
  import gradio as gr
5
  import math
6
 
 
7
  model = hub.load("./model")
8
 
9
  def embed_text(text: str) -> dict:
 
4
  import gradio as gr
5
  import math
6
 
7
+
8
  model = hub.load("./model")
9
 
10
  def embed_text(text: str) -> dict: