Akjava commited on
Commit
6145b5c
Β·
verified Β·
1 Parent(s): 61363f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -198,7 +198,8 @@ def test():
198
 
199
  def trans(text):
200
  test()
201
- return "done"
 
202
 
203
  # γƒ†γ‚­γ‚Ήγƒˆγ«θ¨€θͺžγ‚Ώγ‚°γ‚’δ»˜δΈŽγ—γ€γƒγ‚€γƒˆεˆ—γ«ε€‰ζ›
204
  input_text = f"<2ja>{text}".encode('utf-8')
 
198
 
199
  def trans(text):
200
  test()
201
+
202
+ yield "done"
203
 
204
  # γƒ†γ‚­γ‚Ήγƒˆγ«θ¨€θͺžγ‚Ώγ‚°γ‚’δ»˜δΈŽγ—γ€γƒγ‚€γƒˆεˆ—γ«ε€‰ζ›
205
  input_text = f"<2ja>{text}".encode('utf-8')