filipealmeida commited on
Commit
3007bae
1 Parent(s): 221985f

Use a fake area prefix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,9 +40,9 @@ interface = gr.Interface(
40
  fn=generate_text,
41
  inputs=[
42
  gr.Textbox(lines=1, placeholder="Enter text to anonimize...", label="Prompt",
43
- value="My name is Filipe and my phone number is 543-121-2234. How are you?")
44
  ],
45
- outputs=gr.Textbox(label="Generated text"),
46
  )
47
 
48
  # Launch the interface
 
40
  fn=generate_text,
41
  inputs=[
42
  gr.Textbox(lines=1, placeholder="Enter text to anonimize...", label="Prompt",
43
+ value="My name is Filipe and my phone number is 555-121-2234. How are you?")
44
  ],
45
+ outputs=gr.Textbox(label="Generated text")
46
  )
47
 
48
  # Launch the interface