Tonic commited on
Commit
848d882
1 Parent(s): c03a440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 combined text
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: