multimodalart HF staff commited on
Commit
ebbad6a
1 Parent(s): cc0d7b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ css = '''
338
 
339
  with gr.Blocks(css=css) as demo:
340
  gr.Markdown('''# Upload your CivitAI LoRA to Hugging Face 🤗
341
- Get diffusers compatibility, a free GPU-based Inference Widget and possibility to submit to the [LoRA the Explorer](https://huggingface.co/spaces/multimodalart/LoraTheExplorer) ✨
342
  ''')
343
  gr.LoginButton(elem_id="login")
344
  with gr.Column(elem_id="disabled_upload") as disabled_area:
 
338
 
339
  with gr.Blocks(css=css) as demo:
340
  gr.Markdown('''# Upload your CivitAI LoRA to Hugging Face 🤗
341
+ By uploading your LoRAs to Hugging Face you get diffusers compatibility, a free GPU-based Inference Widget, and possibility to submit your model to the [LoRA the Explorer](https://huggingface.co/spaces/multimodalart/LoraTheExplorer) ✨
342
  ''')
343
  gr.LoginButton(elem_id="login")
344
  with gr.Column(elem_id="disabled_upload") as disabled_area: