Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremove live=true
app.py
CHANGED
@@ -52,7 +52,6 @@ iface = gr.Interface(
|
|
52 |
fn=predict,
|
53 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
54 |
outputs=[gr.outputs.Textbox(label="Prediction"), gr.outputs.Label(label='confidences',num_top_classes=2)],
|
55 |
-
live=True,
|
56 |
theme=gr.themes.Soft(),
|
57 |
title="Cat and Dog Image Classifier",
|
58 |
description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
|
|
|
52 |
fn=predict,
|
53 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
54 |
outputs=[gr.outputs.Textbox(label="Prediction"), gr.outputs.Label(label='confidences',num_top_classes=2)],
|
|
|
55 |
theme=gr.themes.Soft(),
|
56 |
title="Cat and Dog Image Classifier",
|
57 |
description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
|