Spaces:
Running
Running
Commit
·
27fb94e
1
Parent(s):
d95ac2c
Changes
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def respond(
|
|
22 |
|
23 |
client=englishToFinnishClient if(isFinnish)else englishToSwedishClient
|
24 |
|
25 |
-
print('the source',sourceLanguage,"the target",targetLanguage)
|
26 |
|
27 |
|
28 |
response= client.translation(
|
|
|
22 |
|
23 |
client=englishToFinnishClient if(isFinnish)else englishToSwedishClient
|
24 |
|
25 |
+
print("the text",message, 'the source',sourceLanguage,"the target",targetLanguage)
|
26 |
|
27 |
|
28 |
response= client.translation(
|