Spaces:
Build error
Build error
Update app.py
Browse files
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()
|