Spaces:
Sleeping
Sleeping
whoops
Browse files
app.py
CHANGED
@@ -139,9 +139,9 @@ with demo:
|
|
139 |
with gr.TabItem("Image Captioning 📝"):
|
140 |
with gr.Row():
|
141 |
with gr.Column():
|
142 |
-
plot = gr.Plot(get_plots('
|
143 |
with gr.Column():
|
144 |
-
table = gr.Dataframe(get_model_names('
|
145 |
with gr.TabItem("Summarization 📃"):
|
146 |
with gr.Row():
|
147 |
with gr.Column():
|
|
|
139 |
with gr.TabItem("Image Captioning 📝"):
|
140 |
with gr.Row():
|
141 |
with gr.Column():
|
142 |
+
plot = gr.Plot(get_plots('image_captioning.csv'))
|
143 |
with gr.Column():
|
144 |
+
table = gr.Dataframe(get_model_names('image_captioning.csv'), datatype="markdown")
|
145 |
with gr.TabItem("Summarization 📃"):
|
146 |
with gr.Row():
|
147 |
with gr.Column():
|