Michael398 commited on
Commit
b0b9ef3
·
verified ·
1 Parent(s): d36d097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  inputs=["text", "state"],
33
  outputs=["text", "state"],
34
  title="DialoGPT Chatbot",
35
- description="Chat with DialoGPT-large. Your chat history is preserved.",
36
  )
37
 
38
  iface.launch(share=True, show_error=True, inline=True)
 
32
  inputs=["text", "state"],
33
  outputs=["text", "state"],
34
  title="DialoGPT Chatbot",
35
+ description="Chat with Intelligent Agent Your chat history is preserved.",
36
  )
37
 
38
  iface.launch(share=True, show_error=True, inline=True)