jfrery-zama commited on
Commit
8bad0f5
β€’
1 Parent(s): df6182e

change few labels

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,11 +134,11 @@ with demo:
134
  label="Input",
135
  )
136
 
137
- anonymized_text_output = gr.Textbox(label="Anonymized Text", lines=13)
138
 
139
  identified_words_output = gr.Dataframe(label="Identified Words", visible=False)
140
 
141
- submit_button = gr.Button("Anonymize")
142
 
143
  submit_button.click(
144
  deidentify_text,
 
134
  label="Input",
135
  )
136
 
137
+ anonymized_text_output = gr.Textbox(label="Anonymized Text with FHE", lines=13)
138
 
139
  identified_words_output = gr.Dataframe(label="Identified Words", visible=False)
140
 
141
+ submit_button = gr.Button("Anonymize with FHE")
142
 
143
  submit_button.click(
144
  deidentify_text,