Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,6 @@ def process_text(conversation, text):
|
|
| 118 |
}])
|
| 119 |
# completion = text;
|
| 120 |
# print(completion)
|
| 121 |
-
# print("Your 710 words has been translated. ")
|
| 122 |
print(completion.choices[0].message.content.strip())
|
| 123 |
return completion.choices[0].message.content.strip()
|
| 124 |
|
|
|
|
| 118 |
}])
|
| 119 |
# completion = text;
|
| 120 |
# print(completion)
|
|
|
|
| 121 |
print(completion.choices[0].message.content.strip())
|
| 122 |
return completion.choices[0].message.content.strip()
|
| 123 |
|