Spaces:
Running
Running
Commit
·
fdf345c
1
Parent(s):
f543a99
changed version number
Browse files
app.py
CHANGED
|
@@ -116,8 +116,8 @@ with gr.Blocks(
|
|
| 116 |
audio_image = gr.HTML(
|
| 117 |
value="""
|
| 118 |
<div style="display: flex; align-items: center; gap: 10px;">
|
| 119 |
-
<img style="width: 50px; height: 50px; background-color:
|
| 120 |
-
<h1 style="margin: 0;">Ringg TTS
|
| 121 |
</div>
|
| 122 |
"""
|
| 123 |
)
|
|
|
|
| 116 |
audio_image = gr.HTML(
|
| 117 |
value="""
|
| 118 |
<div style="display: flex; align-items: center; gap: 10px;">
|
| 119 |
+
<img style="width: 50px; height: 50px; background-color: white; border-radius: 10%;" src="https://storage.googleapis.com/desivocal-prod/desi-vocal/ringg.svg" alt="Logo">
|
| 120 |
+
<h1 style="margin: 0;">Ringg TTS v1.0</h1>
|
| 121 |
</div>
|
| 122 |
"""
|
| 123 |
)
|