ImgGakor_Gpu / app.py
aiDevzz's picture
Update app.py
03489bf verified
raw
history blame
No virus
164 Bytes
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')