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