karrrr123456 commited on
Commit
3de3a3c
·
verified ·
1 Parent(s): 60f42a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,8 +62,7 @@ with gr.Blocks(css="""
62
 
63
  chatbot = gr.ChatInterface(
64
  respond,
65
- additional_inputs=[system_message, max_tokens, temperature, top_p],
66
- show_copy_button=True,
67
  )
68
 
69
  demo.launch()
 
62
 
63
  chatbot = gr.ChatInterface(
64
  respond,
65
+ additional_inputs=[system_message, max_tokens, temperature, top_p]
 
66
  )
67
 
68
  demo.launch()