thoughtcast commited on
Commit
ed3abd9
·
verified ·
1 Parent(s): c6b3a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ def chat(message, history=[]):
52
  decoded = tokenizer.decode(output[0], skip_special_tokens=True)
53
  return _shorten(decoded)
54
 
55
- gr.ChatInterface(chat, title="Marketing Lassie 🐾 (Trained on Lassie's Website Marketing Information in FAQ / Conversational Form C=8, S_c=3 S=1)").launch()
 
52
  decoded = tokenizer.decode(output[0], skip_special_tokens=True)
53
  return _shorten(decoded)
54
 
55
+ gr.ChatInterface(chat, title="Marketing Lassie 🐾 (Trained on Lassie's Website Marketing Information in FAQ / Conversational Form C=8, S_c=3, S=1)").launch()