multimodalart HF staff commited on
Commit
b73f027
1 Parent(s): e6d2c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ css = '''
247
 
248
  with gr.Blocks(css=css) as demo:
249
  gr.Markdown('''# Bring your CivitAI SDXL LoRA to Hugging Face
250
- For diffusers compatibility, free GPU-based Inference Widget and possibility to submit to the [LoRA the Explorer](https://huggingface.co/spaces/multimodalart/LoraTheExplorer) space
251
  ''')
252
  gr.LoginButton(elem_id="login")
253
  with gr.Column(elem_id="disabled_upload") as disabled_area:
 
247
 
248
  with gr.Blocks(css=css) as demo:
249
  gr.Markdown('''# Bring your CivitAI SDXL LoRA to Hugging Face
250
+ Get diffusers compatibility, a free GPU-based Inference Widget and possibility to submit to the [LoRA the Explorer](https://huggingface.co/spaces/multimodalart/LoraTheExplorer) space
251
  ''')
252
  gr.LoginButton(elem_id="login")
253
  with gr.Column(elem_id="disabled_upload") as disabled_area: