Simonlob commited on
Commit
7486092
1 Parent(s): 0748c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -146,11 +146,10 @@ def main():
146
  processed_text_len = gr.State(value=None)
147
 
148
  with gr.Box():
149
- with gr.Row():
150
- gr.Markdown(description, scale=3)
151
- with gr.Column():
152
- image_url = "https://github.com/simonlobgromov/Matcha-TTS/blob/main/photo_2024-04-07_15-59-52.png?raw=true"
153
- gr.Image(image_url, label="Matcha-TTS logo", width=560, height=315)
154
 
155
  with gr.Box():
156
  radio_options = list(RADIO_OPTIONS.keys())
 
146
  processed_text_len = gr.State(value=None)
147
 
148
  with gr.Box():
149
+
150
+ with gr.Column():
151
+ image_url = "https://github.com/simonlobgromov/Matcha-TTS/blob/main/photo_2024-04-07_15-59-52.png?raw=true"
152
+ gr.Image(image_url, label="Matcha-TTS logo", width=560, height=315)
 
153
 
154
  with gr.Box():
155
  radio_options = list(RADIO_OPTIONS.keys())