Pedro Cuenca commited on
Commit
4325576
1 Parent(s): 89a2c73

Commit to using DALL·E instead of DALL-E

Browse files

Former-commit-id: 0107a2e82f278212a217b3112d44f3df30b140c6

Files changed (1) hide show
  1. app/app.py +3 -3
app/app.py CHANGED
@@ -6,7 +6,7 @@ from dalle_mini.backend import ServiceError, get_images_from_backend
6
 
7
  import streamlit as st
8
 
9
- # st.sidebar.title("DALL-E Mini")
10
 
11
  # sc = st.sidebar.beta_columns(2)
12
  # st.sidebar.image('../img/logo.png', width=150)
@@ -25,7 +25,7 @@ st.sidebar.markdown("""
25
  """, unsafe_allow_html=True)
26
  st.sidebar.markdown("""
27
  ___
28
- Dall-E Mini is an AI model that generates images from any prompt you give!
29
 
30
  <p style='text-align: center'>
31
  Created by Boris Dayma et al. 2021
@@ -33,7 +33,7 @@ Created by Boris Dayma et al. 2021
33
  </p>
34
  """, unsafe_allow_html=True)
35
 
36
- st.header('DALL-E mini Demo')
37
  st.subheader('Generate images from text')
38
 
39
  prompt = st.text_input("What do you want to see?")
 
6
 
7
  import streamlit as st
8
 
9
+ # st.sidebar.title("DALL·E mini")
10
 
11
  # sc = st.sidebar.beta_columns(2)
12
  # st.sidebar.image('../img/logo.png', width=150)
 
25
  """, unsafe_allow_html=True)
26
  st.sidebar.markdown("""
27
  ___
28
+ DALL·E mini is an AI model that generates images from any prompt you give!
29
 
30
  <p style='text-align: center'>
31
  Created by Boris Dayma et al. 2021
 
33
  </p>
34
  """, unsafe_allow_html=True)
35
 
36
+ st.header('DALL·E mini')
37
  st.subheader('Generate images from text')
38
 
39
  prompt = st.text_input("What do you want to see?")