hanchier commited on
Commit
876b065
·
1 Parent(s): 8e3f0b6

precaution

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -93,6 +93,8 @@ def main():
93
  Due to resource limits, we are only able to provide a few models for
94
  steering. You can also refer to the Github repository:
95
  https://github.com/Glaciohound/LM-Steer for hosting larger models.
 
 
96
  '''
97
  col1, col2 = st.columns(2)
98
  st.session_state.model_name = col1.selectbox(
 
93
  Due to resource limits, we are only able to provide a few models for
94
  steering. You can also refer to the Github repository:
95
  https://github.com/Glaciohound/LM-Steer for hosting larger models.
96
+ Some generated texts may contain toxic or offensive content. Please be
97
+ cautious when using the generated texts.
98
  '''
99
  col1, col2 = st.columns(2)
100
  st.session_state.model_name = col1.selectbox(