RishabhBhardwaj commited on
Commit
9e013a4
1 Parent(s): 5d09640
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,4 +56,6 @@ if st.button("Evaluate"):
56
 
57
  # Add some information about the model
58
  st.sidebar.header("About")
59
- st.sidebar.info("This app uses the WalledGuard-C model to evaluate the safety of input text. It determines whether the text is asking for or containing unsafe information.")
 
 
 
56
 
57
  # Add some information about the model
58
  st.sidebar.header("About")
59
+ st.sidebar.info("This app uses the WalledGuard-C model to evaluate the safety of input text. It determines whether the text is asking for or containing unsafe information.")
60
+
61
+ gr.load("models/walledai/walledguard-c").launch()