Spaces:
Running
Running
category
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ def combine(audio, input_image, text_question=""):
|
|
258 |
tts = gTTS(answer)
|
259 |
tts.save('answer.mp3')
|
260 |
|
261 |
-
return que, answer, 'answer.mp3'
|
262 |
|
263 |
# Define the Gradio interface for recording audio, text input, and image upload
|
264 |
model_interface = gr.Interface(fn=combine,
|
|
|
258 |
tts = gTTS(answer)
|
259 |
tts.save('answer.mp3')
|
260 |
|
261 |
+
return que, answer, 'answer.mp3',category
|
262 |
|
263 |
# Define the Gradio interface for recording audio, text input, and image upload
|
264 |
model_interface = gr.Interface(fn=combine,
|