utkarshshukla2912 commited on
Commit
fdf345c
·
1 Parent(s): f543a99

changed version number

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: gray; border-radius: 50%;" src="https://storage.googleapis.com/desivocal-prod/desi-vocal/ringg.svg" alt="Logo">
120
- <h1 style="margin: 0;">Ringg TTS v0.0</h1>
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
  )