khof312 commited on
Commit
29208fc
·
1 Parent(s): 6192b67

Add logo back in.

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. app.py +2 -2
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -13,8 +13,8 @@ from src import *
13
 
14
  ########################
15
  col1, col2 = st.columns([20,3])
16
- #with col2:
17
- #st.image('logo.png', use_container_width=True)
18
  with col1:
19
  st.title("Mockingbird")
20
  st.header("A demo of open Text to Speech tools")
 
13
 
14
  ########################
15
  col1, col2 = st.columns([20,3])
16
+ with col2:
17
+ st.image('logo.png', use_container_width=True)
18
  with col1:
19
  st.title("Mockingbird")
20
  st.header("A demo of open Text to Speech tools")