Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,12 +80,12 @@ demo = gr.Interface(
|
|
80 |
outputs = [gr.outputs.Textbox(label="Output Class"), gr.outputs.Label(label='Confidences')],
|
81 |
title = "MultiClass Classifier",
|
82 |
examples=[
|
83 |
-
["
|
84 |
-
["
|
85 |
-
['
|
86 |
-
['
|
87 |
-
['
|
88 |
-
['
|
89 |
],
|
90 |
)
|
91 |
|
|
|
80 |
outputs = [gr.outputs.Textbox(label="Output Class"), gr.outputs.Label(label='Confidences')],
|
81 |
title = "MultiClass Classifier",
|
82 |
examples=[
|
83 |
+
["Buildings.jpg", 'EfficientNet-B0'],
|
84 |
+
["Forest.jpg", 'EfficientNet-B0'],
|
85 |
+
['Street.jpg', 'EfficientNet-B0'],
|
86 |
+
['glacier.jpg', 'EfficientNet-B0'],
|
87 |
+
['mountain.jpg', 'EfficientNet-B0'],
|
88 |
+
['sea.jpg', 'EfficientNet-B0']
|
89 |
],
|
90 |
)
|
91 |
|