Spaces:
Running
on
Zero
Running
on
Zero
burakcanbiner
commited on
Update pnp.py
Browse files
pnp.py
CHANGED
@@ -240,6 +240,8 @@ class PNP(nn.Module):
|
|
240 |
|
241 |
# if not self.changed_model:
|
242 |
|
|
|
|
|
243 |
self.set_audio_projector(adapter_ckpt_path, audio_projector_path)
|
244 |
|
245 |
|
|
|
240 |
|
241 |
# if not self.changed_model:
|
242 |
|
243 |
+
print(f"inside run_pnp {audio_projector_path}, {adapter_ckpt_path}")
|
244 |
+
|
245 |
self.set_audio_projector(adapter_ckpt_path, audio_projector_path)
|
246 |
|
247 |
|