sasha HF Staff commited on
Commit
a43f014
·
1 Parent(s): d4ded0a
Files changed (1) hide show
  1. app.py +1 -1
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'('data/text_classification.csv'))
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():