amit-asl
commited on
Commit
•
6ee0bf8
1
Parent(s):
7d6d4fb
fix
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ def create_interface():
|
|
19 |
fn=predict_image,
|
20 |
inputs=image_input,
|
21 |
outputs=output,
|
22 |
-
capture_session=True,
|
23 |
title="Cat or Dog Classifier",
|
24 |
description="Upload an image to classify whether it's a cat or a dog."
|
25 |
)
|
|
|
19 |
fn=predict_image,
|
20 |
inputs=image_input,
|
21 |
outputs=output,
|
|
|
22 |
title="Cat or Dog Classifier",
|
23 |
description="Upload an image to classify whether it's a cat or a dog."
|
24 |
)
|