Commit fcebd52b authored by Lihinikaduwa D.N.R.  's avatar Lihinikaduwa D.N.R.

Some Changes

parent 67976c4c
...@@ -78,7 +78,7 @@ def Keyword_Spotting_service(): ...@@ -78,7 +78,7 @@ def Keyword_Spotting_service():
if __name__ == "__main__": if __name__ == "__main__":
kss = Keyword_Spotting_service() kss = Keyword_Spotting_service()
keyword1 = kss.predict("test/1.wav") keyword1 = kss.predict("test/bed.wav")
# keyword2 = kss.predict("test/blu7.wav") # keyword2 = kss.predict("test/blu7.wav")
print(f"Predicted Keywords: {keyword1}") print(f"Predicted Keywords: {keyword1}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment