Spaces:
Sleeping
Sleeping
michaela299 commited on
Commit ·
27fcfa2
1
Parent(s): c37b883
add histogram
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ with gr.Blocks(title="Plant Disease Classifier") as app:
|
|
| 50 |
|
| 51 |
with gr.Row():
|
| 52 |
image_input = gr.Image(type="pil", label="Upload Leaf Image")
|
| 53 |
-
label_output = gr.DataFrame(headers=["Class", "Probability"])
|
| 54 |
|
| 55 |
#gr.Examples(
|
| 56 |
# examples =[], inputs=image_input)
|
|
|
|
| 50 |
|
| 51 |
with gr.Row():
|
| 52 |
image_input = gr.Image(type="pil", label="Upload Leaf Image")
|
| 53 |
+
label_output = gr.DataFrame(headers=["Class", "Probability"], type="pandas")
|
| 54 |
|
| 55 |
#gr.Examples(
|
| 56 |
# examples =[], inputs=image_input)
|