Manjushri commited on
Commit
57210e6
1 Parent(s): 67228ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ def chat(Prompt):
14
  return bot
15
 
16
  title = 'Nerybus ChatBot'
 
17
  article = 'This is an experimental model containing a parameter-wise 50/50 blend (weighted average) of the weights of NerysV2-2.7B and ErebusV1-2.7B Preliminary testing produces pretty coherent outputs, it appears to retain the NSFWness of Erebus but with a Nerys-esque twist in terms of prose.'
18
 
19
  gr.Interface(fn=chat, inputs='text', outputs='text', title=title, article=article).queue(max_size=10).launch(max_threads=40, debug=True)
 
14
  return bot
15
 
16
  title = 'Nerybus ChatBot'
17
+ description = '/b Warning: THIS model is NOT suitable for use by minors. The model will output X-rated content.'
18
  article = 'This is an experimental model containing a parameter-wise 50/50 blend (weighted average) of the weights of NerysV2-2.7B and ErebusV1-2.7B Preliminary testing produces pretty coherent outputs, it appears to retain the NSFWness of Erebus but with a Nerys-esque twist in terms of prose.'
19
 
20
  gr.Interface(fn=chat, inputs='text', outputs='text', title=title, article=article).queue(max_size=10).launch(max_threads=40, debug=True)