Spaces:
Sleeping
Sleeping
Update modules/personal_info_identifier.py
Browse files
modules/personal_info_identifier.py
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
gr.load("models/iiiorg/piiranha-v1-detect-personal-information").launch()
|