Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,3 +147,4 @@ if st.session_state.podcast_script:
|
|
| 147 |
file_name=f"{podcast_topic}_podcast.mp3",
|
| 148 |
mime="audio/mp3"
|
| 149 |
)
|
|
|
|
|
|
| 147 |
file_name=f"{podcast_topic}_podcast.mp3",
|
| 148 |
mime="audio/mp3"
|
| 149 |
)
|
| 150 |
+
st.info("build by darryl - enter topic, wait 30 seconds for audio script in podcast style")
|