Update app.py
Browse files
app.py
CHANGED
|
@@ -362,7 +362,6 @@ print(f"Demopose LoRA: {demopose_lora_path}")
|
|
| 362 |
print(f"Checkpoint: {checkpoint_path}")
|
| 363 |
print(f"Spatial upsampler: {spatial_upsampler_path}")
|
| 364 |
print(f"Gemma root: {gemma_root}")
|
| 365 |
-
print(f"Distilled LoRA: {distilled_lora_path}")
|
| 366 |
|
| 367 |
# Initialize pipeline WITH text encoder and optional audio support
|
| 368 |
# ---- Replace block (pipeline init) lines 275-281 ----
|
|
|
|
| 362 |
print(f"Checkpoint: {checkpoint_path}")
|
| 363 |
print(f"Spatial upsampler: {spatial_upsampler_path}")
|
| 364 |
print(f"Gemma root: {gemma_root}")
|
|
|
|
| 365 |
|
| 366 |
# Initialize pipeline WITH text encoder and optional audio support
|
| 367 |
# ---- Replace block (pipeline init) lines 275-281 ----
|