alexkueck commited on
Commit
3d1b0f3
1 Parent(s): 668b808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -903,7 +903,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
903
  predict_event3_3 = upload3.upload(file_anzeigen, [upload3], [image_display3, image_display3, attached_file3] ) #.then(**predict_args)
904
  emptyBtn3.click(clear_all3, [history3], [attached_file3, image_display3, history3])
905
  #Bild Anzeige neben dem Button wieder entfernen oder austauschen..
906
- image_display3.select(file_loeschen3, [], [attached_file3, image_display3])
907
  #download_button.click(fn=download_chats, inputs=chat_selector, outputs=[file_download])
908
 
909
 
 
903
  predict_event3_3 = upload3.upload(file_anzeigen, [upload3], [image_display3, image_display3, attached_file3] ) #.then(**predict_args)
904
  emptyBtn3.click(clear_all3, [history3], [attached_file3, image_display3, history3])
905
  #Bild Anzeige neben dem Button wieder entfernen oder austauschen..
906
+ image_display3.select(file_loeschen, [], [attached_file3, image_display3])
907
  #download_button.click(fn=download_chats, inputs=chat_selector, outputs=[file_download])
908
 
909