NightPrince commited on
Commit
a876f7e
·
verified ·
1 Parent(s): 4e92e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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()