KoonJamesZ commited on
Commit
e5659c9
·
verified ·
1 Parent(s): 886676d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ def process_inputs(text_input, file_input):
250
  if is_mp4_file(file_input):
251
  extract_images_from_video = extract_top_weapon_frames(file_input)
252
  transcription = extract_audio(file_input)
253
-
254
  try:
255
  # Prepare image content for messages
256
  image_content = []
 
250
  if is_mp4_file(file_input):
251
  extract_images_from_video = extract_top_weapon_frames(file_input)
252
  transcription = extract_audio(file_input)
253
+ print(transcription)
254
  try:
255
  # Prepare image content for messages
256
  image_content = []