VikramxD commited on
Commit
3a5d2d1
1 Parent(s): 9fc924d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def classify_image(inp):
44
 
45
 
46
  import gradio as gr
47
- title = "Classifier"
48
- Description = "Model,used :- Efficient Net B7,fine tuned on dataset 'https://www.kaggle.com/datasets/iamsouravbanerjee/animal-image-dataset-90-different-animals'"
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,