farrell236 commited on
Commit
96a909e
1 Parent(s): f5ef9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -135,8 +135,6 @@ def main():
135
  top_p = st.sidebar.slider('top_p', min_value=0., max_value=1., value=1., step=0.01)
136
  attention_head = st.sidebar.slider('attention_head', min_value=-1, max_value=7, value=-1, step=1)
137
 
138
- st.sidebar.info('PRIVACY POLICY: Uploaded images are never stored on disk.')
139
-
140
  st.set_option('deprecation.showfileUploaderEncoding', False)
141
  uploaded_file = st.file_uploader('Choose an image...', type=('png', 'jpg', 'jpeg'))
142
 
 
135
  top_p = st.sidebar.slider('top_p', min_value=0., max_value=1., value=1., step=0.01)
136
  attention_head = st.sidebar.slider('attention_head', min_value=-1, max_value=7, value=-1, step=1)
137
 
 
 
138
  st.set_option('deprecation.showfileUploaderEncoding', False)
139
  uploaded_file = st.file_uploader('Choose an image...', type=('png', 'jpg', 'jpeg'))
140