Update app.py
Browse files
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()
|