Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
|
|
317 |
combined_text += "The user asks the following to his health adviser: " + text_input
|
318 |
|
319 |
# Check if combined text is empty
|
320 |
-
else
|
321 |
return "Error: Please provide some input (text, audio, or image)."
|
322 |
|
323 |
# Append the original image description in Markdown
|
|
|
317 |
combined_text += "The user asks the following to his health adviser: " + text_input
|
318 |
|
319 |
# Check if combined text is empty
|
320 |
+
else:
|
321 |
return "Error: Please provide some input (text, audio, or image)."
|
322 |
|
323 |
# Append the original image description in Markdown
|