devenderp018 commited on
Commit
728650d
·
1 Parent(s): f125833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def chat_bot_response(message, history):
165
  else:
166
  return text_and_audio_response['message']
167
 
168
- demo = gr.ChatInterface(chat_bot_response,examples=["How are you doing?","do you have feeling like humans does?","what is your name?","What are your interests?","Which places do you like to visit?"])
169
 
170
  if __name__ == "__main__":
171
  demo.launch(share=True,debug=True) #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
 
165
  else:
166
  return text_and_audio_response['message']
167
 
168
+ demo = gr.ChatInterface(chat_bot_response,examples=["How are you doing?","What are your interests?","Which places do you like to visit?"])
169
 
170
  if __name__ == "__main__":
171
  demo.launch(share=True,debug=True) #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.