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

Merge branch 'it18257632' into 'master'

Some Changes

See merge request !89
parents 69a07a04 fcebd52b
......@@ -78,7 +78,7 @@ def Keyword_Spotting_service():
if __name__ == "__main__":
kss = Keyword_Spotting_service()
keyword1 = kss.predict("test/1.wav")
keyword1 = kss.predict("test/bed.wav")
# keyword2 = kss.predict("test/blu7.wav")
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