Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ The bot is for TBD.
|
|
10 |
</center>
|
11 |
</p>
|
12 |
"""
|
13 |
-
article =
|
14 |
|
15 |
import torch
|
16 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, BlenderbotForConditionalGeneration, BlenderbotForCausalLM, BlenderbotTokenizer
|
@@ -40,6 +40,6 @@ gr.Interface(
|
|
40 |
theme ="seafoam",
|
41 |
title = title,
|
42 |
description = description,
|
43 |
-
article = article
|
44 |
).launch(enable_queue=True)
|
45 |
|
|
|
10 |
</center>
|
11 |
</p>
|
12 |
"""
|
13 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.06616' target='_blank'>Recipes for building an open-domain chatbot</a></p><p style='text-align: center'><a href='https://parl.ai/projects/recipes/' target='_blank'>Original PARLAI Code</a></p></center></p>"
|
14 |
|
15 |
import torch
|
16 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, BlenderbotForConditionalGeneration, BlenderbotForCausalLM, BlenderbotTokenizer
|
|
|
40 |
theme ="seafoam",
|
41 |
title = title,
|
42 |
description = description,
|
43 |
+
# article = article
|
44 |
).launch(enable_queue=True)
|
45 |
|