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