import streamlit as st from transformers import pipeline title = st.title('GEN-VID') about = st.write('GEN-VID is a OpenSource Text-to-Video application using Streanlit, veiw the Repo on Github, GEN-VID run on Your GPU/CPU if GEN-VID is slow it might be because your CPU/GPU is slow or broken :( , you can veiw the model-source down below') Prompt = st.text_input('Prompt') generate = st.button('create')