Spaces:
Runtime error
Runtime error
Update audio_specialist.py
Browse files- audio_specialist.py +1 -1
audio_specialist.py
CHANGED
|
@@ -108,7 +108,7 @@ class AudioSpecialist:
|
|
| 108 |
logger.info(f"--- Duração: {duration_seconds:.2f}s")
|
| 109 |
logger.info(f"--- Prompt (Descrição da Cena): '{prompt}'")
|
| 110 |
|
| 111 |
-
negative_prompt = "
|
| 112 |
logger.info(f"--- Negative Prompt: '{negative_prompt}'")
|
| 113 |
|
| 114 |
if duration_seconds < 1:
|
|
|
|
| 108 |
logger.info(f"--- Duração: {duration_seconds:.2f}s")
|
| 109 |
logger.info(f"--- Prompt (Descrição da Cena): '{prompt}'")
|
| 110 |
|
| 111 |
+
negative_prompt = "human voice"
|
| 112 |
logger.info(f"--- Negative Prompt: '{negative_prompt}'")
|
| 113 |
|
| 114 |
if duration_seconds < 1:
|