Tonic commited on
Commit
2885a71
1 Parent(s): adc6d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ def process_and_query(text, image, audio):
255
  try:
256
  # If an image is provided, process it with OpenAI and use the response as the text query for Vectara
257
  if image is not None:
258
- text = process_image_with_openai(image)
259
 
260
  if audio is not None:
261
  # audio = audio[0].numpy()
 
255
  try:
256
  # If an image is provided, process it with OpenAI and use the response as the text query for Vectara
257
  if image is not None:
258
+ text = process_image(image)
259
 
260
  if audio is not None:
261
  # audio = audio[0].numpy()