multimodalart HF staff commited on
Commit
a3b5cab
1 Parent(s): 1fd8f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -476,9 +476,7 @@ def load_custom_lora(link):
476
  <img src="{image}" />
477
  <div>
478
  <h3>{title}</h3>
479
- <small>{"Using: <code><b>"+trigger_word+"</code></b> as the trigger word" if trigger_word else "No trigger word found. If there's a trigger word, include it in your prompt"}<br>
480
- If the style isn't applied properly, modify advanced settings, specially <code>Face strength</code> and <code>Image strength</code>
481
- </small>
482
  </div>
483
  </div>
484
  </div>
 
476
  <img src="{image}" />
477
  <div>
478
  <h3>{title}</h3>
479
+ <small>{"Using: <code><b>"+trigger_word+"</code></b> as the trigger word" if trigger_word else "No trigger word found. If there's a trigger word, include it in your prompt"}<br></small>
 
 
480
  </div>
481
  </div>
482
  </div>