multimodalart HF staff commited on
Commit
e4e751d
1 Parent(s): 4c06147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ css = '''
250
  '''
251
 
252
  with gr.Blocks(css=css) as demo:
253
- gr.Markdown('''# Bring your CivitAI SDXL LoRA to Hugging Face
254
  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
255
  ''')
256
  gr.LoginButton(elem_id="login")
 
250
  '''
251
 
252
  with gr.Blocks(css=css) as demo:
253
+ gr.Markdown('''# Upload your CivitAI SDXL LoRA to Hugging Face 🤗
254
  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
255
  ''')
256
  gr.LoginButton(elem_id="login")