JS (band)

JS is an American female R&B duo. The duo consists of members Kim Johnson and Kandy Johnson.

JS
Also known asJohnson Sisters
OriginLos Angeles, California, United States
GenresR&B
Years active2001 (2001)–2003 (2003)
LabelsDreamWorks
MembersKim Johnson
Kandy Johnson

JS began as a gospel duo, singing first in church and then with touring gospel artists such as Andrae Crouch and Shirley Caesar.[1] The group also appeared on television, on Ally McBeal and The Oprah Winfrey Show.[1] In 2001, the group came under the management of The Isley Brothers and appeared on their Eternal (2001) and Body Kiss (2003) albums. In 2003 they released their own album, Ice Cream, which spawned the hits "Ice Cream" (US #124) and "Love Angel". They were featured on the single "Busted" (US #113) from The Isley Brothers' album Body Kiss, which was billed as The Isley Brothers featuring JS.[2]

Discography

  • Ice Cream (2003) U.S. #33[3]
gollark: Does it print `done!` at least?
gollark: I think the issue is that your `bot` is separate from the `client` and never actually started up.
gollark: ·Oh, `bot.run`, right.
gollark: ```pythonfrom transformers import GPT2LMHeadModel, GPT2Tokenizerimport discord.extfrom discord.ext import commandsTOKEN = 'NOT TELLING YOU'bot = commands.Bot(command_prefix='$')@bot.eventasync def on_ready(): print("done!")@bot.command()async def test(ctx, arg): inputs = arg # initialize tokenizer and model from pretrained GPT2 model tokenizer = GPT2Tokenizer.from_pretrained('gpt2') model = GPT2LMHeadModel.from_pretrained('gpt2') outputs = model.generate( inputs, max_length=200, do_sample=True, temperature=1, top_k=50 ) response = (tokenizer.decode(outputs[0], skip_special_tokens=True)) await ctx.send(response)client.run(TOKEN)```
gollark: Yes, you can just use `@bot.event` or something.

References

  1. Biography, Allmusic
  2. Joel Whitburn, Top Pop Singles. 12th edition, p. 516.
  3. Joel Whitburn, The Billboard Albums. 6th edition.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.