gigant commited on
Commit
4f1f3ca
1 Parent(s): 73e6877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, sentence)
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