Spaces:
Sleeping
Sleeping
Update personal_info_identifier.py
Browse files
personal_info_identifier.py
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def create_personal_info_tab():
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
with gr.Row():
|
| 7 |
-
gr.Markdown("This tool identifies personal information such as names, emails, phone numbers, etc.")
|
| 8 |
-
with gr.Row():
|
| 9 |
-
pii_interface.render()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def create_personal_info_tab():
|
| 4 |
+
return gr.Interface.load("models/iiiorg/piiranha-v1-detect-personal-information")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|