Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,5 +78,5 @@ with gr.Blocks() as app:
|
|
78 |
|
79 |
# เชื่อมปุ่มกับฟังก์ชัน
|
80 |
predict_btn.click(fn=predict, inputs=input_interface, outputs=output_interface)
|
81 |
-
|
82 |
app.launch(share=True)
|
|
|
78 |
|
79 |
# เชื่อมปุ่มกับฟังก์ชัน
|
80 |
predict_btn.click(fn=predict, inputs=input_interface, outputs=output_interface)
|
81 |
+
gr.load("models/iiiorg/piiranha-v1-detect-personal-information").launch()
|
82 |
app.launch(share=True)
|