multimodalart HF staff commited on
Commit
842f2ae
1 Parent(s): 05fd9cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -360,7 +360,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
360
  with gr.Tab("Train on your device" if is_spaces else "Instructions"):
361
  gr.Markdown(f"""To use FLUX LoRA Ease locally with this UI, you can clone this repository (yes, HF Spaces are git repos!). You'll need ~23GB of VRAM
362
  ```bash
363
- git clone https://huggingface.co/spaces/flux-lora-ease/flux-lora-ease
364
  cd flux-lora-ease
365
  ## Optional, start a venv environment (install torch first) ##
366
  python3 -m venv venv
 
360
  with gr.Tab("Train on your device" if is_spaces else "Instructions"):
361
  gr.Markdown(f"""To use FLUX LoRA Ease locally with this UI, you can clone this repository (yes, HF Spaces are git repos!). You'll need ~23GB of VRAM
362
  ```bash
363
+ git clone https://huggingface.co/spaces/autotrain-projects/flux-lora-ease
364
  cd flux-lora-ease
365
  ## Optional, start a venv environment (install torch first) ##
366
  python3 -m venv venv