Update app.py
Browse files
app.py
CHANGED
|
@@ -107,8 +107,7 @@ demo = gr.Interface(
|
|
| 107 |
gr.Textbox(label="Overall Verdict")
|
| 108 |
],
|
| 109 |
title="🛡️ Multi-Head Content Moderator",
|
| 110 |
-
description="Upload an image to check for NSFW and Violence content simultaneously."
|
| 111 |
-
theme="default"
|
| 112 |
)
|
| 113 |
|
| 114 |
if __name__ == "__main__":
|
|
|
|
| 107 |
gr.Textbox(label="Overall Verdict")
|
| 108 |
],
|
| 109 |
title="🛡️ Multi-Head Content Moderator",
|
| 110 |
+
description="Upload an image to check for NSFW and Violence content simultaneously."
|
|
|
|
| 111 |
)
|
| 112 |
|
| 113 |
if __name__ == "__main__":
|