Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ interface = gr.Interface(
|
|
| 89 |
fn=predict_safety_api,
|
| 90 |
inputs=gr.Textbox(lines=3, placeholder="Enter text to analyze..."),
|
| 91 |
outputs=gr.JSON(label="Guard Response Object"),
|
| 92 |
-
title="ChildShield Production API Gate 🛡️"
|
| 93 |
)
|
| 94 |
|
| 95 |
if __name__ == "__main__":
|
|
|
|
| 89 |
fn=predict_safety_api,
|
| 90 |
inputs=gr.Textbox(lines=3, placeholder="Enter text to analyze..."),
|
| 91 |
outputs=gr.JSON(label="Guard Response Object"),
|
| 92 |
+
title="ChildShield Production API Gate (Arabic Version)🛡️"
|
| 93 |
)
|
| 94 |
|
| 95 |
if __name__ == "__main__":
|