MentalTech commited on
Commit
5b650c7
·
verified ·
1 Parent(s): 8e411d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -125,11 +125,10 @@ def deanonymize_fn(anonymized_llm_response, entity_map):
125
  return result, "De-anonymized successfully!"
126
 
127
 
128
- md_text = """# Anonymizing LLM Prompts
129
 
130
- Paste text into "Original Text" section to remove sensitive information, using `gliner_multi_pii-v1` for recognition.
131
 
132
- The demo is adapted from [Elara](https://github.com/amanvirparhar/elara) by amanvirparhar. If you like this one, give the original a star!
133
  """
134
 
135
  with gr.Blocks() as demo:
 
125
  return result, "De-anonymized successfully!"
126
 
127
 
128
+ md_text = """# Анонимизатор психотерапевтических сессий
129
 
130
+ Вставьте текст в раздел "Original Text", чтобы анонимизировать сензитивные данные.
131
 
 
132
  """
133
 
134
  with gr.Blocks() as demo: