Spaces:
Running
Running
oops
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ with demo:
|
|
| 75 |
with gr.TabItem("Image Classification 🖼️"):
|
| 76 |
with gr.Row():
|
| 77 |
with gr.Column():
|
| 78 |
-
plot = gr.Plot(get_plots('image_classification.csv')
|
| 79 |
with gr.Column():
|
| 80 |
table = gr.Dataframe(get_model_names('image_classification.csv'), datatype="markdown")
|
| 81 |
|
|
|
|
| 75 |
with gr.TabItem("Image Classification 🖼️"):
|
| 76 |
with gr.Row():
|
| 77 |
with gr.Column():
|
| 78 |
+
plot = gr.Plot(get_plots('image_classification.csv'))
|
| 79 |
with gr.Column():
|
| 80 |
table = gr.Dataframe(get_model_names('image_classification.csv'), datatype="markdown")
|
| 81 |
|