dev-bjoern commited on
Commit
117b808
·
1 Parent(s): ab65f1a

Fix: buttons=[] statt show_download_button - Gradio 6.0 Image API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(title="BPY Chat") as demo:
251
  label="",
252
  show_label=False,
253
  interactive=False,
254
- show_download_button=False
255
  )
256
 
257
  # Chat Interface Overlay
 
251
  label="",
252
  show_label=False,
253
  interactive=False,
254
+ buttons=[]
255
  )
256
 
257
  # Chat Interface Overlay