hwberry2 commited on
Commit
8d641da
·
1 Parent(s): 8381396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -92,6 +92,7 @@ with gr.Blocks() as demo:
92
  with gr.Column(scale=1):
93
  model_prediction = gr.Text(label="Model Prediction", interactive=False)
94
  image_data.change(classifyImage, image_data, model_prediction)
 
95
 
96
 
97
  # creates a local web server
 
92
  with gr.Column(scale=1):
93
  model_prediction = gr.Text(label="Model Prediction", interactive=False)
94
  image_data.change(classifyImage, image_data, model_prediction)
95
+ image_data.clear("")
96
 
97
 
98
  # creates a local web server