Spaces:
Running
Running
fixing summarization
Browse files
app.py
CHANGED
|
@@ -74,11 +74,9 @@ with demo:
|
|
| 74 |
with gr.TabItem("Summarization 📃"):
|
| 75 |
with gr.Row():
|
| 76 |
with gr.Column():
|
| 77 |
-
gr.
|
| 78 |
-
#plot = gr.Plot(get_plots('text_generation.csv'))
|
| 79 |
with gr.Column():
|
| 80 |
-
gr.
|
| 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():
|