511KeV commited on
Commit
293cacb
1 Parent(s): 8a44e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -45,8 +45,10 @@ def translation(source, target, text):
45
 
46
  end_time = time.time()
47
 
48
-
49
- result = ['translation_text']
 
 
50
  return result
51
 
52
  if __name__ == '__main__':
45
 
46
  end_time = time.time()
47
 
48
+
49
+
50
+ output = ['translation_text']
51
+ result = output
52
  return result
53
 
54
  if __name__ == '__main__':