Update app.py
Browse files
app.py
CHANGED
@@ -142,22 +142,9 @@ css = """
|
|
142 |
width: 200px !important;
|
143 |
height: 200px !important;
|
144 |
}
|
145 |
-
"""
|
146 |
with gr.Blocks(css=css) as block:
|
147 |
gr.HTML(
|
148 |
-
# """
|
149 |
-
# <div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
150 |
-
# <div
|
151 |
-
# style="
|
152 |
-
# display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;
|
153 |
-
# "
|
154 |
-
# >
|
155 |
-
# <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
|
156 |
-
# Akyl-AI TTS
|
157 |
-
# </h1>
|
158 |
-
# </div>
|
159 |
-
# </div>
|
160 |
-
# """
|
161 |
"""
|
162 |
<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
163 |
<div
|
@@ -169,9 +156,9 @@ with gr.Blocks(css=css) as block:
|
|
169 |
Akyl-AI TTS
|
170 |
</h1>
|
171 |
</div>
|
172 |
-
<img src="./photo_2024-04-07_15-59-52.png" class="centered-image" />
|
173 |
</div>
|
174 |
"""
|
|
|
175 |
)
|
176 |
with gr.Row():
|
177 |
image_path = "./photo_2024-04-07_15-59-52.png"
|
|
|
142 |
width: 200px !important;
|
143 |
height: 200px !important;
|
144 |
}
|
145 |
+
"""
|
146 |
with gr.Blocks(css=css) as block:
|
147 |
gr.HTML(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
"""
|
149 |
<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
150 |
<div
|
|
|
156 |
Akyl-AI TTS
|
157 |
</h1>
|
158 |
</div>
|
|
|
159 |
</div>
|
160 |
"""
|
161 |
+
|
162 |
)
|
163 |
with gr.Row():
|
164 |
image_path = "./photo_2024-04-07_15-59-52.png"
|