Tonic commited on
Commit
be0a295
1 Parent(s): 25b2322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -374,6 +374,8 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
374
  # Initialize the conditional variables
375
  combined_text = ""
376
  image_description = ""
 
 
377
  # Process image input
378
  if image_input is not None:
379
  image_text = process_image(image_input)
 
374
  # Initialize the conditional variables
375
  combined_text = ""
376
  image_description = ""
377
+ markdown_output = "" # Initialize markdown_output
378
+
379
  # Process image input
380
  if image_input is not None:
381
  image_text = process_image(image_input)