sasha HF staff commited on
Commit
3e19f3e
โ€ข
1 Parent(s): 097117b
Files changed (1) hide show
  1. app.py +1 -1
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'), datatype="markdown")
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