Spaces:
Runtime error
Runtime error
Commit
·
fc60072
1
Parent(s):
e9e6e0d
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ The bot is trained on Rick and Morty dialogues Kaggle Dataset using DialoGPT.
|
|
16 |
"""
|
17 |
article = "<p style='text-align: center'><a href='https://medium.com/geekculture/discord-bot-using-dailogpt-and-huggingface-api-c71983422701' target='_blank'>Complete Tutorial</a></p><p style='text-align: center'><a href='https://dagshub.com/kingabzpro/DailoGPT-RickBot' target='_blank'>Project is Available at DAGsHub</a></p></center></p>"
|
18 |
|
19 |
-
gr.Interface.load("huggingface/kingabzpro/DialoGPT-small-Rick-Bot",
|
20 |
-
input = "textbox",output = "chatbot",theme ="grass", title = title, flagging_callback=hf_writer,description = description, article = article).launch(enable_queue=True) # customizes the input component
|
21 |
|
22 |
-
|
|
|
16 |
"""
|
17 |
article = "<p style='text-align: center'><a href='https://medium.com/geekculture/discord-bot-using-dailogpt-and-huggingface-api-c71983422701' target='_blank'>Complete Tutorial</a></p><p style='text-align: center'><a href='https://dagshub.com/kingabzpro/DailoGPT-RickBot' target='_blank'>Project is Available at DAGsHub</a></p></center></p>"
|
18 |
|
19 |
+
gr.Interface.load("huggingface/kingabzpro/DialoGPT-small-Rick-Bot",theme ="grass", title = title, flagging_callback=hf_writer,description = description, article = article).launch(enable_queue=True) # customizes the input component
|
|
|
20 |
|
21 |
+
#,"textbox","chatbot"
|