saa231 commited on
Commit
4eee73a
·
verified ·
1 Parent(s): 1f4f911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -24,12 +24,12 @@ def handle_initial(image, audio):
24
  f"**Original Image:**\n\n"
25
  f"![Original Image](file/{original_path})\n\n"
26
  f"**Detected Objects:**\n\n"
27
- f"![Annotated Image](file/{annotated_path})\n\n"
28
- f"**🔊 Audio Response:**\n\n"
29
- f"<audio controls autoplay>\n"
30
- f" <source src='file/{answer_audio}' type='audio/wav'>\n"
31
- f"Your browser does not support the audio element.\n"
32
- f"</audio>"
33
  )
34
 
35
  return markdown_reply, answer_audio
 
24
  f"**Original Image:**\n\n"
25
  f"![Original Image](file/{original_path})\n\n"
26
  f"**Detected Objects:**\n\n"
27
+ #f"![Annotated Image](file/{annotated_path})\n\n"
28
+ #f"**🔊 Audio Response:**\n\n"
29
+ #f"<audio controls autoplay>\n"
30
+ #f" <source src='file/{answer_audio}' type='audio/wav'>\n"
31
+ #f"Your browser does not support the audio element.\n"
32
+ #f"</audio>"
33
  )
34
 
35
  return markdown_reply, answer_audio