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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -4,9 +4,6 @@ from sentence_transformers import SentenceTransformer
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
  )
 
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
  )