Commit
·
c9f9e21
1
Parent(s):
337c129
newere latent outputs
Browse files
app.py
CHANGED
|
@@ -219,7 +219,6 @@ def predict(
|
|
| 219 |
try:
|
| 220 |
(
|
| 221 |
gpt_cond_latent,
|
| 222 |
-
diffusion_conditioning,
|
| 223 |
speaker_embedding,
|
| 224 |
) = model.get_conditioning_latents(audio_path=speaker_wav)
|
| 225 |
except Exception as e:
|
|
|
|
| 219 |
try:
|
| 220 |
(
|
| 221 |
gpt_cond_latent,
|
|
|
|
| 222 |
speaker_embedding,
|
| 223 |
) = model.get_conditioning_latents(audio_path=speaker_wav)
|
| 224 |
except Exception as e:
|