Update app.py
Browse files
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
|