Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def classify_athlete(img):
|
|
| 22 |
|
| 23 |
# %% app.ipynb 6
|
| 24 |
image = gr.Image()
|
| 25 |
-
label = gr.
|
| 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)
|