multimodalart HF staff victor HF staff commited on
Commit
cfe8a79
1 Parent(s): b2882c4

LoRA Studio (#3)

Browse files

- LoRA Studio (bc8fa625ee0adbf126d8eaeb59fab7214e1ea614)


Co-authored-by: Victor Mustar <victor@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -381,7 +381,7 @@ css = '''
381
 
382
  with gr.Blocks(css=css) as demo:
383
  gr.Markdown('''# Upload your CivitAI LoRA to Hugging Face 🤗
384
- 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) ✨
385
  ''')
386
  gr.LoginButton(elem_id="login")
387
  with gr.Column(elem_id="disabled_upload") as disabled_area:
 
381
 
382
  with gr.Blocks(css=css) as demo:
383
  gr.Markdown('''# Upload your CivitAI LoRA to Hugging Face 🤗
384
+ By uploading your LoRAs to Hugging Face you get diffusers compatibility, a free GPU-based Inference Widget, you'll be listed in [LoRA Studio](https://lorastudio.co/models) after a short review, and get the possibility to submit your model to the [LoRA the Explorer](https://huggingface.co/spaces/multimodalart/LoraTheExplorer) ✨
385
  ''')
386
  gr.LoginButton(elem_id="login")
387
  with gr.Column(elem_id="disabled_upload") as disabled_area: