Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1876,7 +1876,7 @@ SIMPLE_CSS = """
|
|
| 1876 |
|
| 1877 |
with gr.Blocks(title="Echo-TTS", css=LINK_CSS + SIMPLE_CSS, js=JS_CODE) as demo:
|
| 1878 |
gr.Markdown("# Echo-TTS")
|
| 1879 |
-
gr.Markdown("*Jordan Darefsky, 2025. See technical details [here](https://jordandarefsky.com/blog/2025/echo/). All audio outputs are subject to non-commercial use [CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).*")
|
| 1880 |
|
| 1881 |
# Session state for per-user file management (shared between tabs)
|
| 1882 |
session_id_state = gr.State(None)
|
|
@@ -2257,7 +2257,7 @@ with gr.Blocks(title="Echo-TTS", css=LINK_CSS + SIMPLE_CSS, js=JS_CODE) as demo:
|
|
| 2257 |
with gr.Column(scale=1):
|
| 2258 |
pass # Empty column for spacing
|
| 2259 |
|
| 2260 |
-
with gr.Accordion("⚙️ Generation Parameters", open=
|
| 2261 |
|
| 2262 |
with gr.Row():
|
| 2263 |
presets = load_sampler_presets()
|
|
|
|
| 1876 |
|
| 1877 |
with gr.Blocks(title="Echo-TTS", css=LINK_CSS + SIMPLE_CSS, js=JS_CODE) as demo:
|
| 1878 |
gr.Markdown("# Echo-TTS")
|
| 1879 |
+
gr.Markdown("*Jordan Darefsky, 2025. See technical details [here](https://jordandarefsky.com/blog/2025/echo/). All audio outputs are subject to non-commercial use [CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). (This is a new, simpler Gradio UI; select \"advanced\" below to access the older version (with more hyperpameter control).*")
|
| 1880 |
|
| 1881 |
# Session state for per-user file management (shared between tabs)
|
| 1882 |
session_id_state = gr.State(None)
|
|
|
|
| 2257 |
with gr.Column(scale=1):
|
| 2258 |
pass # Empty column for spacing
|
| 2259 |
|
| 2260 |
+
with gr.Accordion("⚙️ Generation Parameters", open=False):
|
| 2261 |
|
| 2262 |
with gr.Row():
|
| 2263 |
presets = load_sampler_presets()
|