Straive-Kripa commited on
Commit
0940774
·
verified ·
1 Parent(s): d5cef5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ demo = gr.Interface(
86
  fn=anonymize_text_including_proper_nouns_and_addresses,
87
  inputs=["text"],
88
  outputs=["text"],
89
- examples=[[sample_text_1, sample_text_2]]
90
  )
91
 
92
  demo.launch()
 
86
  fn=anonymize_text_including_proper_nouns_and_addresses,
87
  inputs=["text"],
88
  outputs=["text"],
89
+ examples=[[sample_text_1], [sample_text_2]]
90
  )
91
 
92
  demo.launch()