ngxson HF staff commited on
Commit
5e06065
·
verified ·
1 Parent(s): ae88e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(css=css) as demo:
178
  gr.Markdown(label="output"),
179
  ],
180
  title="Convert fine tuned model into LoRA with mergekit-extract-lora",
181
- description="The space takes a fine tuned model, a base model, then make a PEFT-compatible LoRA adapter based on the difference between 2 models.",
182
  api_name=False
183
  )
184
 
 
178
  gr.Markdown(label="output"),
179
  ],
180
  title="Convert fine tuned model into LoRA with mergekit-extract-lora",
181
+ description="The space takes a fine tuned model, a base model, then make a PEFT-compatible LoRA adapter based on the difference between 2 models.<br/><br/>NOTE: Each conversion takes about <b>5 to 15 minutes</b>, depending on how big the model is.",
182
  api_name=False
183
  )
184