Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|