sahandkh1419 commited on
Commit
d352d4e
1 Parent(s): 04c8b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,8 +51,9 @@ def cosine_sim(text1, text2):
51
 
52
 
53
  model = whisper.load_model("base")
54
- st.audio("titanic.mp3")
55
  st.write("Listen to music since you have to record 15seconds after that")
 
 
56
 
57
  audio_value = st.experimental_audio_input("Sing Rest of music:🎙️")
58
  lyrics = "Far across the distance And spaces between us You have come to show you go on"
 
51
 
52
 
53
  model = whisper.load_model("base")
 
54
  st.write("Listen to music since you have to record 15seconds after that")
55
+ st.audio("titanic.mp3")
56
+
57
 
58
  audio_value = st.experimental_audio_input("Sing Rest of music:🎙️")
59
  lyrics = "Far across the distance And spaces between us You have come to show you go on"