Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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 |
|