Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ def classify_image(inp):
|
|
44 |
|
45 |
|
46 |
import gradio as gr
|
47 |
-
title = "Classifier"
|
48 |
-
Description = "
|
49 |
|
50 |
gr.Interface(fn=classify_image,
|
51 |
title = title,
|
|
|
44 |
|
45 |
|
46 |
import gradio as gr
|
47 |
+
title = "Simple Image Classifier"
|
48 |
+
Description = "A image classifier demo , using pretrained Efficient Net B7 and fine tuned on Animal Images dataset found on Kaggle ,tools used Tensorflow , PIL,numpy , sklearn"
|
49 |
|
50 |
gr.Interface(fn=classify_image,
|
51 |
title = title,
|