abidlabs HF Staff commited on
Commit
6794086
·
1 Parent(s): 7742db5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ The bot was trained to answer questions based on Rick and Morty dialogues. Ask R
8
  ![](rick.png)
9
  </center>
10
  """
11
- 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."
 
12
 
13
  from transformers import AutoModelForCausalLM, AutoTokenizer
14
  import torch
 
8
  ![](rick.png)
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