Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def predict_fn(img):
|
|
| 29 |
gr.Interface(
|
| 30 |
predict_fn,
|
| 31 |
inputs=gr.components.Image(type='pil'),
|
| 32 |
-
outputs='label'
|
| 33 |
title="IT Betyár - ResNet50 Image Classifier",
|
| 34 |
description="Upload an image to get top 5 class predictions.",
|
| 35 |
).launch()
|
|
|
|
| 29 |
gr.Interface(
|
| 30 |
predict_fn,
|
| 31 |
inputs=gr.components.Image(type='pil'),
|
| 32 |
+
outputs='label',
|
| 33 |
title="IT Betyár - ResNet50 Image Classifier",
|
| 34 |
description="Upload an image to get top 5 class predictions.",
|
| 35 |
).launch()
|