JVice commited on
Commit
3650aa2
1 Parent(s): bfd93fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ 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
  '[(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:
 
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
  '[(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: