benjaminStreltzin commited on
Commit
3023b74
·
verified ·
1 Parent(s): d89bbe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
56
  def clear_all():
57
  return None, "", ""
58
 
59
- clear_btn.click(clear_all, outputs=[image_input, prediction_output, confidence_output])
60
 
61
  # Launch the Gradio interface
62
  if __name__ == "__main__":
 
56
  def clear_all():
57
  return None, "", ""
58
 
59
+ clear_btn.click(clear_all, outputs=[image_input, prediction_output, confidence_output,feedback_output])
60
 
61
  # Launch the Gradio interface
62
  if __name__ == "__main__":