exnrt commited on
Commit
096f563
Β·
verified Β·
1 Parent(s): 3dc83ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,5 +47,6 @@ demo = gr.ChatInterface(
47
  fn=generate,
48
  chatbot=mychatbot,
49
  title="Hello! I'm a AI Chatbot by Exnrt.πŸ‘‹ How can I help you today?",
 
50
 
51
  demo.queue().launch(show_api=False)
 
47
  fn=generate,
48
  chatbot=mychatbot,
49
  title="Hello! I'm a AI Chatbot by Exnrt.πŸ‘‹ How can I help you today?",
50
+ )
51
 
52
  demo.queue().launch(show_api=False)