sasha HF staff commited on
Commit
172dd94
·
1 Parent(s): e8159e6
Files changed (1) hide show
  1. app.py +2 -2
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('question_answering.csv'))
143
  with gr.Column():
144
- table = gr.Dataframe(get_model_names('question_answering.csv'), datatype="markdown")
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():