demetz commited on
Commit
af07900
·
verified ·
1 Parent(s): 4f72d89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -4,6 +4,9 @@ from sentence_transformers import SentenceTransformer
4
  import torch
5
 
6
  chatbot = gr.ChatInterface(
 
 
 
7
  title="Character Creator",
8
  description="Welcome! Tell me what you want to create and we can make your character come to life!"
9
  )
 
4
  import torch
5
 
6
  chatbot = gr.ChatInterface(
7
+ respond,
8
+ type="messages",
9
+ examples=None,
10
  title="Character Creator",
11
  description="Welcome! Tell me what you want to create and we can make your character come to life!"
12
  )