xuanzz commited on
Commit
e86991c
·
1 Parent(s): b3b3cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -133,6 +133,7 @@ if submitted:
133
  tts = load_audio_model()
134
 
135
  st.write("Processing video... This might take more than 10 minutes.")
 
136
  audio_fname, audio_text, segments_df = vid_audio_to_text(vid_fname, model)
137
  st.write("Processing audio...")
138
  # subtitles with timestamp
 
133
  tts = load_audio_model()
134
 
135
  st.write("Processing video... This might take more than 10 minutes.")
136
+ st.write(vid_fname)
137
  audio_fname, audio_text, segments_df = vid_audio_to_text(vid_fname, model)
138
  st.write("Processing audio...")
139
  # subtitles with timestamp