ngxson HF staff commited on
Commit
52d3d8e
1 Parent(s): a84add4

add link to blog post

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(css=css) as demo:
175
  gr.Markdown(label="output"),
176
  ],
177
  title="Convert PEFT LoRA adapters to GGUF, blazingly fast ⚡!",
178
- description="The space takes a PEFT LoRA (stored on a HF repo) as an input, converts it to GGUF and creates a Public repo under your HF user namespace.",
179
  api_name=False
180
  )
181
 
 
175
  gr.Markdown(label="output"),
176
  ],
177
  title="Convert PEFT LoRA adapters to GGUF, blazingly fast ⚡!",
178
+ description="The space takes a PEFT LoRA (stored in a HF repo) as input, converts it to GGUF and creates a Public repo under your HF user namespace.<br/><br/>For more information, please refer to [this blog post](https://huggingface.co/blog/ngxson/gguf-my-lora)",
179
  api_name=False
180
  )
181