srisweet commited on
Commit
ba3f046
1 Parent(s): 22805d0

Update image2text.py

Browse files
Files changed (1) hide show
  1. image2text.py +2 -2
image2text.py CHANGED
@@ -11,8 +11,8 @@ import gc
11
 
12
  def app():
13
  #st.title("From Image to Text")
14
- st.markdown("<h1 style='text-align: center; color: #CD212A;'> Zero Shot Image Classification </h1>", unsafe_allow_html=True)
15
- st.markdown("<h2 style='text-align: center; color: #008C45; font-weight:bold;'> Image to Text </h2>", unsafe_allow_html=True)
16
  st.markdown(
17
  """
18
 
 
11
 
12
  def app():
13
  #st.title("From Image to Text")
14
+ st.markdown("<h1 style='text-align: center; color: #9900FF;'> Zero Shot Image Classification </h1>", unsafe_allow_html=True)
15
+ st.markdown("<h2 style='text-align: center; color: #874c91; font-weight:bold;'> Image to Text </h2>", unsafe_allow_html=True)
16
  st.markdown(
17
  """
18