Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(theme=gr.themes.Glass(primary_hue="violet", secondary_hue="emeral
|
|
142 |
# Generate podcast script and audio
|
143 |
podcast_button.click(
|
144 |
fn=generate_and_play_podcast, # This should be defined in your actual application
|
145 |
-
inputs=
|
146 |
outputs=[podcast_script_output, podcast_audio_output]
|
147 |
)
|
148 |
|
|
|
142 |
# Generate podcast script and audio
|
143 |
podcast_button.click(
|
144 |
fn=generate_and_play_podcast, # This should be defined in your actual application
|
145 |
+
inputs= podcast_topic_input, # Include both chatbot input and custom topic
|
146 |
outputs=[podcast_script_output, podcast_audio_output]
|
147 |
)
|
148 |
|