Jerry0203 commited on
Commit
9c26c07
1 Parent(s): becbcaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ model = SentenceTransformer('sentence-transformers/paraphrase-multilingual-MiniL
9
  def embed(sentences):
10
  reponse = model.encode(sentences)
11
  return response
12
- grad.Interface(embed, inputs=[text"], outputs="text").launch()
 
9
  def embed(sentences):
10
  reponse = model.encode(sentences)
11
  return response
12
+ grad.Interface(embed, inputs=["text"], outputs="text").launch()