eaglelandsonce commited on
Commit
12aee62
·
verified ·
1 Parent(s): cc607e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ with tab2:
315
  # Streamlit main page
316
  # st.title('Images and Audio with Clarifai')
317
  if st.button("Generate Images and Audio"):
318
- sentence_chunks = split_text_into_sentences_and_chunks(story_resul , 8)
319
  prompts = [' '.join(chunk) for chunk in sentence_chunks]
320
  cols = st.columns(4)
321
  with st.spinner('Generating Content...'):
 
315
  # Streamlit main page
316
  # st.title('Images and Audio with Clarifai')
317
  if st.button("Generate Images and Audio"):
318
+ sentence_chunks = split_text_into_sentences_and_chunks(story_result , 8)
319
  prompts = [' '.join(chunk) for chunk in sentence_chunks]
320
  cols = st.columns(4)
321
  with st.spinner('Generating Content...'):