reach-vb HF Staff commited on
Commit
274cae7
·
verified ·
1 Parent(s): 11d7fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,7 +329,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
329
  )
330
  with gr.Group():
331
  custom_lora = gr.Textbox(label="Custom Model", info="Hugging Face model ID (e.g., user/model-name) or URL", placeholder="stabilityai/stable-diffusion-xl-base-1.0") # Updated label/placeholder
332
- gr.Markdown("[Check Hugging Face Models](https://huggingface.co/models?pipeline_tag=text-to-image&sort=trending)", elem_id="lora_list") # Updated link/text
333
  custom_lora_info = gr.HTML(visible=False)
334
  custom_lora_button = gr.Button("Clear custom model info", visible=False) # Changed button text
335
  with gr.Column():
 
329
  )
330
  with gr.Group():
331
  custom_lora = gr.Textbox(label="Custom Model", info="Hugging Face model ID (e.g., user/model-name) or URL", placeholder="stabilityai/stable-diffusion-xl-base-1.0") # Updated label/placeholder
332
+ gr.Markdown("[Check Hugging Face Models](https://huggingface.co/models?inference_provider=fal-ai&pipeline_tag=text-to-image&sort=trending)", elem_id="lora_list") # Updated link/text
333
  custom_lora_info = gr.HTML(visible=False)
334
  custom_lora_button = gr.Button("Clear custom model info", visible=False) # Changed button text
335
  with gr.Column():