Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ interface = gr.Interface(
|
|
21 |
fn=classify_image,
|
22 |
inputs=gr.Image(type="file"),
|
23 |
outputs="text",
|
|
|
24 |
title="Animal Classifier",
|
25 |
description="Upload an image of an animal, and the model will classify it into one of the trained categories."
|
26 |
)
|
|
|
21 |
fn=classify_image,
|
22 |
inputs=gr.Image(type="file"),
|
23 |
outputs="text",
|
24 |
+
|
25 |
title="Animal Classifier",
|
26 |
description="Upload an image of an animal, and the model will classify it into one of the trained categories."
|
27 |
)
|