Spaces:
Running
Running
oops
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ with demo:
|
|
| 38 |
with gr.Column():
|
| 39 |
plot = gr.Plot(get_plots('data/text_classification.csv'))
|
| 40 |
with gr.Column():
|
| 41 |
-
table = gr.Dataframe(get_model_names
|
| 42 |
|
| 43 |
with gr.TabItem("Image Classification 🖼️"):
|
| 44 |
with gr.Row():
|
|
|
|
| 38 |
with gr.Column():
|
| 39 |
plot = gr.Plot(get_plots('data/text_classification.csv'))
|
| 40 |
with gr.Column():
|
| 41 |
+
table = gr.Dataframe(get_model_names('data/text_classification.csv'))
|
| 42 |
|
| 43 |
with gr.TabItem("Image Classification 🖼️"):
|
| 44 |
with gr.Row():
|