rbgo commited on
Commit
a6e3f27
·
verified ·
1 Parent(s): 30c4fd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -89,6 +89,15 @@ st.markdown(
89
  )
90
 
91
 
 
 
 
 
 
 
 
 
 
92
 
93
  # ---------- 4. Header & optional quick-filter ----------
94
  st.title("🎙️ Open-Source Text to Speech Model Gallery")
@@ -100,15 +109,7 @@ with st.expander("ℹ️ About this demo", expanded=True):
100
  """
101
  )
102
 
103
- st.markdown(
104
- """
105
- <div id="inferless-banner">
106
- <img src="https://i.tracxn.com/logo/company/1678863153264_9e6a9a4d-b955-42b3-895e-b94ade13c997.jpeg?format=webp&height=120&width=120" alt="Inferless Logo">
107
- <div class="inferless-text">Powered by Inferless</div>
108
- </div>
109
- """,
110
- unsafe_allow_html=True
111
- )
112
 
113
  filter_text = st.text_input(
114
  "Filter models… (e.g. “coqui” or “3B”)",
 
89
  )
90
 
91
 
92
+ st.markdown(
93
+ """
94
+ <div id="inferless-banner">
95
+ <img src="https://i.tracxn.com/logo/company/1678863153264_9e6a9a4d-b955-42b3-895e-b94ade13c997.jpeg?format=webp&height=120&width=120" alt="Inferless Logo">
96
+ <div class="inferless-text">Powered by Inferless</div>
97
+ </div>
98
+ """,
99
+ unsafe_allow_html=True
100
+ )
101
 
102
  # ---------- 4. Header & optional quick-filter ----------
103
  st.title("🎙️ Open-Source Text to Speech Model Gallery")
 
109
  """
110
  )
111
 
112
+
 
 
 
 
 
 
 
 
113
 
114
  filter_text = st.text_input(
115
  "Filter models… (e.g. “coqui” or “3B”)",