Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|