tommy24 commited on
Commit
430d1c9
·
1 Parent(s): 4693a49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1095,7 +1095,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
1095
  ]
1096
  )
1097
  print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
1098
- if second_response:
1099
  reply = second_response.choices[0].message['content']
1100
  return reply
1101
  else:
 
1095
  ]
1096
  )
1097
  print("YES_FUNCTION_CALL RESPONSE TRY (NO IMAGE)")
1098
+ if second_response is not None:
1099
  reply = second_response.choices[0].message['content']
1100
  return reply
1101
  else: