Spaces:
Runtime error
Runtime error
debugging audio
Browse files
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 :
|
| 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)
|