Yunij commited on
Commit
27776ca
·
1 Parent(s): 6f57c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def classify_athlete(img):
22
 
23
  # %% app.ipynb 6
24
  image = gr.Image()
25
- label = gr.outputs.Label()
26
  examples = ['cr7.jpeg','messi.jpeg','michael_jordan.jpeg']
27
 
28
  intf = gr.Interface(fn = classify_athlete,inputs = image, outputs = label, examples = examples)
 
22
 
23
  # %% app.ipynb 6
24
  image = gr.Image()
25
+ label = gr.Label()
26
  examples = ['cr7.jpeg','messi.jpeg','michael_jordan.jpeg']
27
 
28
  intf = gr.Interface(fn = classify_athlete,inputs = image, outputs = label, examples = examples)