Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,8 @@ The bot was trained to answer questions based on Rick and Morty dialogues. Ask R
|
|
8 |

|
9 |
</center>
|
10 |
"""
|
11 |
-
|
|
|
12 |
|
13 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
14 |
import torch
|
|
|
8 |

|
9 |
</center>
|
10 |
"""
|
11 |
+
|
12 |
+
article = "Check out [the original Rick and Morty Bot](https://huggingface.co/spaces/kingabzpro/Rick_and_Morty_Bot) that this demo is based off of."
|
13 |
|
14 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
15 |
import torch
|