LouisMonawe commited on
Commit
ea743a7
·
verified ·
1 Parent(s): 4612327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def translate(input_text):
24
 
25
  translation = response[0]["translation_text"]
26
 
27
- return translation
28
 
29
 
30
  translator = gr.Interface(
 
24
 
25
  translation = response[0]["translation_text"]
26
 
27
+ return response
28
 
29
 
30
  translator = gr.Interface(