i_vorobyev commited on
Commit
8184972
·
1 Parent(s): 41bea22

add legend

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -130,6 +130,7 @@ with gr.Blocks() as demo:
130
  btn.click(pred_seq, inputs=[h_text, l_text], outputs=gr.HTML())
131
 
132
  gr.Markdown("## Text Examples")
 
133
  gr.Examples(
134
  [[h_chain_example, l_chain_example]],
135
  [h_text, l_text],
@@ -137,6 +138,6 @@ with gr.Blocks() as demo:
137
  pred_seq,
138
  cache_examples=True,
139
  )
140
-
141
  if __name__ == "__main__":
142
  demo.launch()
 
130
  btn.click(pred_seq, inputs=[h_text, l_text], outputs=gr.HTML())
131
 
132
  gr.Markdown("## Text Examples")
133
+ '''
134
  gr.Examples(
135
  [[h_chain_example, l_chain_example]],
136
  [h_text, l_text],
 
138
  pred_seq,
139
  cache_examples=True,
140
  )
141
+ '''
142
  if __name__ == "__main__":
143
  demo.launch()