Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
| 21 |
use_auth_token=auth_token,
|
| 22 |
torch_dtype=dtype,
|
| 23 |
low_cpu_mem_usage=True
|
|
|
|
| 24 |
)
|
| 25 |
# Make sure your HF token has gated access to Flux
|
| 26 |
|
|
|
|
| 21 |
use_auth_token=auth_token,
|
| 22 |
torch_dtype=dtype,
|
| 23 |
low_cpu_mem_usage=True
|
| 24 |
+
|
| 25 |
)
|
| 26 |
# Make sure your HF token has gated access to Flux
|
| 27 |
|