not-lain commited on
Commit
34a4f1f
1 Parent(s): 522dfad

debugging audio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def convert_to_markdown(vectara_response_json):
220
 
221
  def process_and_query(text=None, image=None, audio=None):
222
  try:
223
- print("text_value :", text)
224
  # If an image is provided, process it with OpenAI and use the response as the text query for Vectara
225
  if image is not None:
226
  text = process_image(image)
 
220
 
221
  def process_and_query(text=None, image=None, audio=None):
222
  try:
223
+ print(f"text_value : {text}")
224
  # If an image is provided, process it with OpenAI and use the response as the text query for Vectara
225
  if image is not None:
226
  text = process_image(image)