Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|