Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ 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 |
-
'[
|
230 |
submitted1 = st.form_submit_button("Submit")
|
231 |
if modelID:
|
232 |
with st.spinner('Checking if ' + modelID + ' is valid and downloading it (if required)'):
|
|
|
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:
|
232 |
with st.spinner('Checking if ' + modelID + ' is valid and downloading it (if required)'):
|