Update app.py
Browse files
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 |
|