Akjava commited on
Commit
c2dd94a
·
verified ·
1 Parent(s): 75085d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def test():
197
 
198
 
199
  def trans(text):
200
- test()
201
 
202
 
203
  # テキストに言語タグを付与し、バイト列に変換
 
197
 
198
 
199
  def trans(text):
200
+ return test()
201
 
202
 
203
  # テキストに言語タグを付与し、バイト列に変換