Numair22 commited on
Commit
c18a432
·
verified ·
1 Parent(s): 653468a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -9,6 +9,5 @@ generated_responses=response_list)
9
  bot = chatbot(conversation.messages[0]['content']) # working code
10
  return bot[-1]['generated_text']
11
 
12
- demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Mashdemy Chatbot", description="Enter text to start
13
- chatting.")
14
  demo_chatbot.launch(share = True)
 
9
  bot = chatbot(conversation.messages[0]['content']) # working code
10
  return bot[-1]['generated_text']
11
 
12
+ demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Mashdemy Chatbot", description="Enter text to start chatting.")
 
13
  demo_chatbot.launch(share = True)