polats commited on
Commit
2ed4599
·
1 Parent(s): 5c81660

Remove unsupported buttons parameter from Chatbot for HF compatibility

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -791,7 +791,6 @@ with gr.Blocks(title="LLM Inference with ZeroGPU") as demo:
791
  chat = gr.Chatbot(
792
  height=600,
793
  label="💬 Conversation",
794
- buttons=["copy"],
795
  avatar_images=(None, "🤖"),
796
  layout="bubble"
797
  )
 
791
  chat = gr.Chatbot(
792
  height=600,
793
  label="💬 Conversation",
 
794
  avatar_images=(None, "🤖"),
795
  layout="bubble"
796
  )