Spaces:
Running
Running
LoRA Studio
Browse filescc
@enzostvs
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:
|