Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|