Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -297,6 +297,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
|
|
297 |
combined_text = ""
|
298 |
image_description = ""
|
299 |
markdown_output = "" # Initialize markdown_output
|
|
|
300 |
|
301 |
# Debugging print statement
|
302 |
print(f"Image Input Type: {type(image_input)}, Audio Input Type: {type(audio_input)}")
|
|
|
297 |
combined_text = ""
|
298 |
image_description = ""
|
299 |
markdown_output = "" # Initialize markdown_output
|
300 |
+
image_text = "" # Initialize image_text
|
301 |
|
302 |
# Debugging print statement
|
303 |
print(f"Image Input Type: {type(image_input)}, Audio Input Type: {type(audio_input)}")
|