Chan55 commited on
Commit
2c4c37b
Β·
1 Parent(s): 4e6c962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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