Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(css=css) as block:
|
|
153 |
"""
|
154 |
)
|
155 |
with gr.Row():
|
156 |
-
image_path = "
|
157 |
gr.Image(image_path, label=None, width=132, height=63, show_label=False)
|
158 |
with gr.Row():
|
159 |
with gr.Column():
|
|
|
153 |
"""
|
154 |
)
|
155 |
with gr.Row():
|
156 |
+
image_path = "https://github.com/simonlobgromov/Matcha-TTS/blob/main/photo_2024-04-07_15-59-52.png"
|
157 |
gr.Image(image_path, label=None, width=132, height=63, show_label=False)
|
158 |
with gr.Row():
|
159 |
with gr.Column():
|