Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ with gr.Blocks() as demo:
|
|
| 175 |
with gr.Column():
|
| 176 |
plot_adj = gr.Plot(label="Word graph adjacency matrix")
|
| 177 |
|
| 178 |
-
id.change(get_list_sentences, id,
|
| 179 |
sentence_transcript.change(plot_graph_sentence, sentence_transcript, [plot_graph, plot_adj])
|
| 180 |
sentence_typed.change(plot_graph_sentence, sentence_typed, [plot_graph, plot_adj])
|
| 181 |
|
|
|
|
| 175 |
with gr.Column():
|
| 176 |
plot_adj = gr.Plot(label="Word graph adjacency matrix")
|
| 177 |
|
| 178 |
+
id.change(get_list_sentences, id, sentence_transcript)
|
| 179 |
sentence_transcript.change(plot_graph_sentence, sentence_transcript, [plot_graph, plot_adj])
|
| 180 |
sentence_typed.change(plot_graph_sentence, sentence_typed, [plot_graph, plot_adj])
|
| 181 |
|