Originally created by @scooter7 on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8273
Hi @tjbck ,
I am trying to replicate a streamlit app that I have running successfully by creating a pipeline for Open WebUI. In streamlit:
- User describes a topic
- OpenAI creates a script
- The script is transformed into an audio file using ElevenLabs text-to-speech
- Images are created to constitute the video layer
- The app combines the audio and images into a downloadable mp4 file
I have attached my current attempt at translating this streamlit app into a pipeline file that is not working.
Is what I am trying to accomplish currently possible as a pipeline? If so, any ideas on what I'm doing wrong?
Thanks!
[pipeline attempt.txt](https://github.com/user-attachments/files/18293181/pipeline.attempt.txt)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @scooter7 on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8273
Hi @tjbck ,
I am trying to replicate a streamlit app that I have running successfully by creating a pipeline for Open WebUI. In streamlit:
I have attached my current attempt at translating this streamlit app into a pipeline file that is not working.
Is what I am trying to accomplish currently possible as a pipeline? If so, any ideas on what I'm doing wrong?
Thanks!
pipeline attempt.txt