Spaces:
Build error
Build error
Update app.py
Browse filesFinished examples, title and description
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 |
|