JVice commited on
Commit
b8707b0
·
verified ·
1 Parent(s): 7364913

Update app.py

Browse files

replaced runwayml example with "stable-diffusion-v1-5/stable-diffusion-v1-5"

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.: "stable-diffusion-v1-5/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: