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