Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -366,6 +366,7 @@ def process_and_query(input_language=None, audio_input=None, image_input=None, t
|
|
| 366 |
image_text = ""
|
| 367 |
translated_text = ""
|
| 368 |
audio_file_path = ""
|
|
|
|
| 369 |
# Debugging print statement
|
| 370 |
print(f"Image Input Type: {type(image_input)}, Audio Input Type: {type(audio_input)}")
|
| 371 |
|
|
|
|
| 366 |
image_text = ""
|
| 367 |
translated_text = ""
|
| 368 |
audio_file_path = ""
|
| 369 |
+
audio_output = ""
|
| 370 |
# Debugging print statement
|
| 371 |
print(f"Image Input Type: {type(image_input)}, Audio Input Type: {type(audio_input)}")
|
| 372 |
|