Spaces:
Runtime error
Runtime error
Shriarulmozhivarman
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,7 @@ def inference(img):
|
|
49 |
|
50 |
|
51 |
title = 'Kenyan Food Classification '
|
52 |
-
description = "Kenyan Food Classification
|
53 |
-
|
54 |
examples = ['1.jpg','2.jpg','3.jpg','4.jpg']
|
55 |
|
56 |
gr.Interface(inference, gr.Image(label="Input Image",type="pil"), "label", title=title,
|
|
|
49 |
|
50 |
|
51 |
title = 'Kenyan Food Classification '
|
52 |
+
description = "Kenyan Food Classification"
|
|
|
53 |
examples = ['1.jpg','2.jpg','3.jpg','4.jpg']
|
54 |
|
55 |
gr.Interface(inference, gr.Image(label="Input Image",type="pil"), "label", title=title,
|