Thea231 commited on
Commit
c088cbd
·
verified ·
1 Parent(s): 19cfe4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,9 +64,9 @@ if uploaded_file is not None:
64
  format="audio/wav",
65
  start_time=0,
66
  sample_rate = audio_data['sampling_rate'])
67
- st.audio("kids_playing_audio.wav")
68
-
69
 
 
70
 
71
  #pipe_caption = pipeline("image-to-text", model="Salesforce/blip-image-captioning-base")
72
 
 
64
  format="audio/wav",
65
  start_time=0,
66
  sample_rate = audio_data['sampling_rate'])
67
+ #st.audio("kids_playing_audio.wav")
 
68
 
69
+
70
 
71
  #pipe_caption = pipeline("image-to-text", model="Salesforce/blip-image-captioning-base")
72