sasha HF staff commited on
Commit
e513088
β€’
1 Parent(s): 3fe7e68

fixing summarization

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -74,11 +74,9 @@ with demo:
74
  with gr.TabItem("Summarization πŸ“ƒ"):
75
  with gr.Row():
76
  with gr.Column():
77
- gr.Markdown("summarization")
78
- #plot = gr.Plot(get_plots('text_generation.csv'))
79
  with gr.Column():
80
- gr.Markdown("summarization")
81
- #table = gr.Dataframe(get_model_names('text_generation.csv'))
82
 
83
  with gr.TabItem("Automatic Speech Recognition πŸ’¬ "):
84
  with gr.Row():
 
74
  with gr.TabItem("Summarization πŸ“ƒ"):
75
  with gr.Row():
76
  with gr.Column():
77
+ plot = gr.Plot(get_plots('summarization.csv'))
 
78
  with gr.Column():
79
+ table = gr.Dataframe(get_model_names('summarization.csv'))
 
80
 
81
  with gr.TabItem("Automatic Speech Recognition πŸ’¬ "):
82
  with gr.Row():