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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +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
- image_data.clear("")
96
 
97
 
98
  # 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