File size: 406 Bytes
12115ea
 
 
e508bf5
 
 
 
1
2
3
4
5
6
7
8
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')