Spaces:
Runtime error
Runtime error
desc removed
Browse files- app/app.py +0 -1
app/app.py
CHANGED
@@ -70,7 +70,6 @@ def predict(image):
|
|
70 |
# Define the interface
|
71 |
def app():
|
72 |
title = "Animal-10 Image Classification"
|
73 |
-
description = "Classify images using a custom CNN model and deploy using Gradio."
|
74 |
|
75 |
gr.Interface(
|
76 |
title=title,
|
|
|
70 |
# Define the interface
|
71 |
def app():
|
72 |
title = "Animal-10 Image Classification"
|
|
|
73 |
|
74 |
gr.Interface(
|
75 |
title=title,
|