Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -371,7 +371,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
|
|
371 |
|
372 |
elif text_input is not None and text_input.strip():
|
373 |
print("Processing text input...")
|
374 |
-
combined_text += "The user asks the
|
375 |
|
376 |
else:
|
377 |
return "Error: Please provide some input (text, audio, or image)."
|
|
|
371 |
|
372 |
elif text_input is not None and text_input.strip():
|
373 |
print("Processing text input...")
|
374 |
+
combined_text += "The user asks the query above to his health adviser: " + text_input
|
375 |
|
376 |
else:
|
377 |
return "Error: Please provide some input (text, audio, or image)."
|