mgfrantz commited on
Commit
eda0af5
1 Parent(s): a4ed3b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -93,6 +93,8 @@ gr.Interface(
93
  anonymize,
94
  inputs='text',
95
  outputs='text',
 
 
96
  examples=[
97
  "Hi, my name is Mike and my phone number is 1-234-567-9000",
98
  "Hi, my name is Mike and my email address is my_name@my_domain.com",
 
93
  anonymize,
94
  inputs='text',
95
  outputs='text',
96
+ title=title,
97
+ description=description,
98
  examples=[
99
  "Hi, my name is Mike and my phone number is 1-234-567-9000",
100
  "Hi, my name is Mike and my email address is my_name@my_domain.com",