Spaces:
Runtime error
Runtime error
Commit
·
696769d
1
Parent(s):
2d6e29c
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,8 @@ with demo:
|
|
| 22 |
|
| 23 |
gr.Markdown("Just click *Run Model* below:")
|
| 24 |
with gr.Box():
|
| 25 |
-
gr.Markdown("**Prediction Probabilities** \n")
|
| 26 |
-
output_df = gr.Dataframe(headers=["image","
|
| 27 |
gr.Markdown("**Output Plot** \n")
|
| 28 |
output_plot = gr.Image(type='filepath')
|
| 29 |
|
|
|
|
| 22 |
|
| 23 |
gr.Markdown("Just click *Run Model* below:")
|
| 24 |
with gr.Box():
|
| 25 |
+
gr.Markdown("**Top 3 Prediction Probabilities** \n")
|
| 26 |
+
output_df = gr.Dataframe(headers=["image","first", "second","third"],datatype=["str", "str", "str", "str"], label="Model Output")
|
| 27 |
gr.Markdown("**Output Plot** \n")
|
| 28 |
output_plot = gr.Image(type='filepath')
|
| 29 |
|