itbetyar commited on
Commit
90a2042
·
verified ·
1 Parent(s): 3b112ac

Update app.py

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