AkashMnd commited on
Commit
b6882d7
1 Parent(s): f288f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -98,7 +98,6 @@ def send_to_openai(image_file):
98
  assistant_response = response.json()['choices'][0]['message']['content']
99
  recognition = assistant_response.split('\n')
100
  result_string = ' '.join(words + recognition)
101
- return result_string
102
  generation_config = {
103
  "temperature": 0.9,
104
  "top_p": 1,
 
98
  assistant_response = response.json()['choices'][0]['message']['content']
99
  recognition = assistant_response.split('\n')
100
  result_string = ' '.join(words + recognition)
 
101
  generation_config = {
102
  "temperature": 0.9,
103
  "top_p": 1,