Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -342,8 +342,9 @@ def process_summary_with_openai(summary):
|
|
| 342 |
|
| 343 |
def process_and_query(input_language=None, audio_input=None, image_input=None, text_input=None):
|
| 344 |
try:
|
| 345 |
-
# Initialize the
|
| 346 |
combined_text = ""
|
|
|
|
| 347 |
|
| 348 |
# Process text input
|
| 349 |
if text_input is not None:
|
|
|
|
| 342 |
|
| 343 |
def process_and_query(input_language=None, audio_input=None, image_input=None, text_input=None):
|
| 344 |
try:
|
| 345 |
+
# Initialize the conditional variables
|
| 346 |
combined_text = ""
|
| 347 |
+
image_description = ""
|
| 348 |
|
| 349 |
# Process text input
|
| 350 |
if text_input is not None:
|