JVice commited on
Commit
5b59975
·
verified ·
1 Parent(s): bff3394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,8 +225,8 @@ tab5.write("Waiting for \U0001F527 Setup to be complete...")
225
  with tab1:
226
  with st.form("model_definition_form", clear_on_submit=True):
227
  modelID = st.text_input('Input the HuggingFace \U0001F917 T2I model_id for the model you '
228
- 'want to analyse e.g.: "runwayml/stable-diffusion-v1-5"\n
229
- '[Here's a shortcut to T2I models sorted by the most downloads](https://huggingface.co/models?pipeline_tag=text-to-image&sort=downloads)')
230
  submitted1 = st.form_submit_button("Submit")
231
  if modelID:
232
  with st.spinner('Checking if ' + modelID + ' is valid and downloading it (if required)'):
 
225
  with tab1:
226
  with st.form("model_definition_form", clear_on_submit=True):
227
  modelID = st.text_input('Input the HuggingFace \U0001F917 T2I model_id for the model you '
228
+ 'want to analyse e.g.: "runwayml/stable-diffusion-v1-5\n'
229
+ '[Here's a shortcut to T2I models sorted by the most downloads](https://huggingface.co/models?pipeline_tag=text-to-image&sort=downloads)')
230
  submitted1 = st.form_submit_button("Submit")
231
  if modelID:
232
  with st.spinner('Checking if ' + modelID + ' is valid and downloading it (if required)'):