not-lain commited on
Commit
18a2ef6
1 Parent(s): ece4451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -24,12 +24,7 @@ If you want to support my work consider clicking on the heart react button ❤
24
  demo = gr.ChatInterface(
25
  fn=talk,
26
  chatbot=gr.Chatbot(
27
- show_label=True,
28
- show_share_button=True,
29
- show_copy_button=True,
30
- likeable=True,
31
  ),
32
- examples=[["what's anarchy ? "]],
33
  description=DESCRIPTION,
34
  )
35
  demo.launch(debug=True)
 
24
  demo = gr.ChatInterface(
25
  fn=talk,
26
  chatbot=gr.Chatbot(
 
 
 
 
27
  ),
 
28
  description=DESCRIPTION,
29
  )
30
  demo.launch(debug=True)