Nick088 commited on
Commit
df9a14a
·
verified ·
1 Parent(s): 2ef1e5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -292,6 +292,8 @@ def generate_subtitles(audio_file_path, prompt, language, auto_detect_language):
292
  )
293
 
294
  transcription_json = json.loads(transcription_json.to_json())
 
 
295
 
296
  srt_content = create_srt_from_json(transcription_json)
297
  return srt_content
 
292
  )
293
 
294
  transcription_json = json.loads(transcription_json.to_json())
295
+
296
+ print(transcription_json)
297
 
298
  srt_content = create_srt_from_json(transcription_json)
299
  return srt_content