sasha HF staff commited on
Commit
0620faf
·
1 Parent(s): 494e30c
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,7 +39,8 @@ with demo:
39
  gr.Markdown("TODO")
40
  #plot = gr.Plot(get_plots('text_generation.csv'))
41
  with gr.Column():
42
- table = gr.Dataframe(get_model_names('text_generation.csv'))
 
43
 
44
  with gr.TabItem("Image Generation 📷"):
45
  with gr.Row():
 
39
  gr.Markdown("TODO")
40
  #plot = gr.Plot(get_plots('text_generation.csv'))
41
  with gr.Column():
42
+ gr.Markdown("TODO")
43
+ #table = gr.Dataframe(get_model_names('text_generation.csv'))
44
 
45
  with gr.TabItem("Image Generation 📷"):
46
  with gr.Row():