Update app.py
Browse files
app.py
CHANGED
@@ -306,6 +306,7 @@ This HuggingFace space is designed to demonstrate multiple experimental [Style-B
|
|
306 |
|
307 |
Do no evil.
|
308 |
|
|
|
309 |
"""
|
310 |
|
311 |
style_md = """
|
@@ -411,7 +412,7 @@ if __name__ == "__main__":
|
|
411 |
with gr.Row():
|
412 |
with gr.Column():
|
413 |
gr.Markdown(f"**{voice_name}**\n\nModel name: {model_path}")
|
414 |
-
gr.Image(f"images/{image}", label=None, show_label=False, width=300, show_download_button=False, container=False)
|
415 |
with gr.Column():
|
416 |
with gr.TabItem("Preset Styles"):
|
417 |
style = gr.Dropdown(
|
|
|
306 |
|
307 |
Do no evil.
|
308 |
|
309 |
+
**Note:** Most of my models are a *work in progress.* They may not sound fully correct.
|
310 |
"""
|
311 |
|
312 |
style_md = """
|
|
|
412 |
with gr.Row():
|
413 |
with gr.Column():
|
414 |
gr.Markdown(f"**{voice_name}**\n\nModel name: {model_path}")
|
415 |
+
gr.Image(f"images/{image}", label=None, show_label=False, width=300, show_download_button=False, container=False, show_share_button=False)
|
416 |
with gr.Column():
|
417 |
with gr.TabItem("Preset Styles"):
|
418 |
style = gr.Dropdown(
|