aiDevzz commited on
Commit
03489bf
1 Parent(s): db788c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,9 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- st.header('IMA GEN', divider='rainbow')
5
-
6
-
7
- st.title('IMA GEN (gpu demo)')
8
  st.text('Generating images from Text')
9
  st.text_input('type a prompt')
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.header('IMA GEN', divider='blue')
 
 
 
5
  st.text('Generating images from Text')
6
  st.text_input('type a prompt')