Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,4 +47,8 @@ iface = gr.Interface(
|
|
| 47 |
],
|
| 48 |
outputs=gr.Textbox(label="Predicted Toxic Category"),
|
| 49 |
title="Toxic Category Classifier",
|
| 50 |
-
description="Enter a query and image description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
],
|
| 48 |
outputs=gr.Textbox(label="Predicted Toxic Category"),
|
| 49 |
title="Toxic Category Classifier",
|
| 50 |
+
description="Enter a query and image description to classify the prompt into one of the toxic categories"
|
| 51 |
+
)
|
| 52 |
+
|
| 53 |
+
if __name__ == "__main__":
|
| 54 |
+
iface.launch()
|