jbilcke-hf HF staff commited on
Commit
7563597
β€’
1 Parent(s): 0b0c65d

clarify that Replicate triggers are not automatic

Browse files
src/app/interface/settings-dialog/index.tsx CHANGED
@@ -211,7 +211,7 @@ export function SettingsDialog() {
211
  <Label>LoRA model trigger (optional):</Label>
212
  <Input
213
  className="font-mono"
214
- placeholder="In the style of TOK"
215
  onChange={(x) => {
216
  setReplicateApiModelTrigger(x.target.value)
217
  }}
 
211
  <Label>LoRA model trigger (optional):</Label>
212
  <Input
213
  className="font-mono"
214
+ placeholder={'Eg. "In the style of TOK" etc'}
215
  onChange={(x) => {
216
  setReplicateApiModelTrigger(x.target.value)
217
  }}