Manjushri commited on
Commit
67228ee
1 Parent(s): 8d54bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def chat(Prompt):
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_queue=10).launch(max_threads=40, debug=True)
 
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)