Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,10 @@ def translation(source, target, text):
|
|
45 |
|
46 |
end_time = time.time()
|
47 |
|
48 |
-
|
49 |
-
|
|
|
|
|
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__':
|