Update app.py
Browse files
app.py
CHANGED
@@ -900,7 +900,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
900 |
|
901 |
predict_event3_1 = user_input3.submit(**transfer_input_args3, queue=False,).then(**predict_args3)
|
902 |
predict_event3_2 = submitBtn3.click(**transfer_input_args3, queue=False,).then(**predict_args3)
|
903 |
-
predict_event3_3 = upload3.upload(
|
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])
|
|
|
900 |
|
901 |
predict_event3_1 = user_input3.submit(**transfer_input_args3, queue=False,).then(**predict_args3)
|
902 |
predict_event3_2 = submitBtn3.click(**transfer_input_args3, queue=False,).then(**predict_args3)
|
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])
|