Vo1dAbyss commited on
Commit
bec8cb8
1 Parent(s): 87c2b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ def chocolate_ai(message, history):
21
 
22
  return conversation.generated_responses[-1]
23
 
24
- gradio_interface = gr.ChatInterface(chocolate_ai, title="Chocolate AI", description="Type to start a conversation.")
25
  gradio_interface.launch()
 
21
 
22
  return conversation.generated_responses[-1]
23
 
24
+ gradio_interface = gr.ChatInterface(chocolate_ai, title="DialoGPT4-Chatbot", description="Type to start a conversation.")
25
  gradio_interface.launch()