File size: 164 Bytes
ecede84
99bb52c
59ae360
03489bf
db788c5
 
1
2
3
4
5
6
import streamlit as st
from transformers import pipeline

st.header('IMA GEN', divider='blue')
st.text('Generating images from Text')
st.text_input('type a prompt')