Spaces:
Running
Running
Commit
•
ebbad6a
1
Parent(s):
cc0d7b4
Update app.py
Browse files
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 |
-
|
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:
|