shaktibiplab commited on
Commit
2e42840
·
verified ·
1 Parent(s): 5ccb0eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )