Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,6 @@ def classify_image(img):
|
|
| 22 |
# %% app.ipynb 7
|
| 23 |
Image = gr.Image()
|
| 24 |
label = gr.Label()
|
| 25 |
-
examples = ['girl1.jpeg', 'man1.jpeg']
|
| 26 |
|
| 27 |
interface = gr.Interface(
|
| 28 |
fn=classify_image,
|
|
|
|
| 22 |
# %% app.ipynb 7
|
| 23 |
Image = gr.Image()
|
| 24 |
label = gr.Label()
|
|
|
|
| 25 |
|
| 26 |
interface = gr.Interface(
|
| 27 |
fn=classify_image,
|