You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from lyrics_classify_model import predict,pipeline
parser=argparse.ArgumentParser(description='This program predicts the artist of a given text \n current list of artists [Frank Sinatra,Ed Sheeran,Taylor Swift]')
parser.add_argument('text',help='give the text that you want to know who sings it')