Spaces:
Runtime error
Runtime error
Commit
·
3f36e3e
1
Parent(s):
43c2f3b
new change
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ sample_images=[['https://s3.amazonaws.com/moonup/production/uploads/166393328435
|
|
6 |
|
7 |
title = 'Bean Leaf Classifier'
|
8 |
description = 'This model is trained for beans leaf classification but might give a false result on other leaves'
|
9 |
-
interface = gr.Interface(
|
10 |
title = title,
|
11 |
description = description,
|
12 |
examples=sample_images)
|
|
|
6 |
|
7 |
title = 'Bean Leaf Classifier'
|
8 |
description = 'This model is trained for beans leaf classification but might give a false result on other leaves'
|
9 |
+
interface = gr.Interface(gr.Image(shape=(200, 200)), 'label',
|
10 |
title = title,
|
11 |
description = description,
|
12 |
examples=sample_images)
|