Tim Seufert commited on
Commit
a4eb314
·
1 Parent(s): 3998f6f

model update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
71
  img = gr.Image(type="filepath", label="Bittw Bild hochladen oder Aufnehmen")
72
 
73
  txt.submit(respond, [txt, img, chatbot], [chatbot])
74
- clear = gr.Clearbutton(txt, img, chatbot)
75
 
76
 
77
  # Anwendung starten
 
71
  img = gr.Image(type="filepath", label="Bittw Bild hochladen oder Aufnehmen")
72
 
73
  txt.submit(respond, [txt, img, chatbot], [chatbot])
74
+ clear = gr.ClearButton(txt, img, chatbot)
75
 
76
 
77
  # Anwendung starten