Upload app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,6 @@ def process_inputs(
|
|
186 |
image_paths=image_paths if image_paths else None,
|
187 |
tts_model=tts_model,
|
188 |
conversation_config=conversation_config,
|
189 |
-
longform=True,
|
190 |
)
|
191 |
|
192 |
logger.info("Podcast generation completed")
|
|
|
186 |
image_paths=image_paths if image_paths else None,
|
187 |
tts_model=tts_model,
|
188 |
conversation_config=conversation_config,
|
|
|
189 |
)
|
190 |
|
191 |
logger.info("Podcast generation completed")
|