Manjushri commited on
Commit
02594c7
1 Parent(s): 596e135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ def chat(Prompt):
13
  return bot
14
 
15
  title = 'Erebus ChatBot'
16
- description = 'This is the second generation of the original Shinen made by Mr. Seeker. The full dataset consists of 6 different sources, all surrounding the "Adult" theme. The name "Erebus" comes from the greek mythology, also named "darkness". This is in line with Shin'en, or "deep abyss". For inquiries, please contact the KoboldAI community. <br><br><b/>Warning: THIS model is NOT suitable for use by minors. The model will output X-rated content.'
17
- article = ''
18
 
19
  gr.Interface(fn=chat, inputs='text', outputs='text', title=title, description=description, article=article).launch(debug=True)
 
13
  return bot
14
 
15
  title = 'Erebus ChatBot'
16
+ description = 'This is the second generation of the original Shinen made by Mr. Seeker. The full dataset consists of 6 different sources, all surrounding the "Adult" theme. The name "Erebus" comes from the greek mythology, also named "darkness". This is in line with Shinen, or "deep abyss". For inquiries, please contact the KoboldAI community. <br><br><b/>Warning: THIS model is NOT suitable for use by minors. The model will output X-rated content.'
17
+ article = 'The data can be divided in 6 different datasets: Literotica (everything with 4.5/5 or higher), Sexstories (everything with 90 or higher), Dataset-G (private dataset of X-rated stories), Docs Lab (all stories), Pike Dataset (novels with "adult" rating), SoFurry (collection of various animals)'
18
 
19
  gr.Interface(fn=chat, inputs='text', outputs='text', title=title, description=description, article=article).launch(debug=True)