Rahatara commited on
Commit
220ae35
·
verified ·
1 Parent(s): 792e5c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[chatbot_input, podcast_topic_input], # Include both chatbot input and custom topic
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