Spanicin commited on
Commit
a81e02f
·
verified ·
1 Parent(s): fc033d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -313,7 +313,8 @@ model_path = snapshot_download(
313
  repo_type="model",
314
  ignore_patterns=["*.md", "*..gitattributes"],
315
  local_dir="FLUX.1-dev",
316
- token=huggingface_token
 
317
  )
318
 
319
  # Load pipeline
 
313
  repo_type="model",
314
  ignore_patterns=["*.md", "*..gitattributes"],
315
  local_dir="FLUX.1-dev",
316
+ token=huggingface_token,
317
+ progress=True # Enable progress bar
318
  )
319
 
320
  # Load pipeline