bishmoy commited on
Commit
684a142
·
1 Parent(s): 47ed3a4

Update app.py

Browse files

Finished examples, title and description

Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -29,9 +29,6 @@ def predict_img_label(img):
29
  image = gr.inputs.Image()
30
  label = gr.outputs.Label(num_top_classes=3)
31
 
32
- gr.Interface(
33
- fn=predict_img_label, inputs=image, outputs=label).launch()
34
-
35
  title = "Image Classification Model Using RandAugment"
36
  description = "Upload an image to classify images"
37
 
 
29
  image = gr.inputs.Image()
30
  label = gr.outputs.Label(num_top_classes=3)
31
 
 
 
 
32
  title = "Image Classification Model Using RandAugment"
33
  description = "Upload an image to classify images"
34