Spaces:
Sleeping
Sleeping
Update app_quant.py
Browse files- app_quant.py +2 -2
app_quant.py
CHANGED
|
@@ -252,8 +252,8 @@ def generate_for_ui(text, preset_name, description, emotion):
|
|
| 252 |
# Gradio UI (keeps your layout; wide container)
|
| 253 |
# -------------------------
|
| 254 |
css = ".gradio-container {max-width: 1400px}"
|
| 255 |
-
with gr.Blocks(title="NAVA —
|
| 256 |
-
gr.Markdown("# 🪶 NAVA —
|
| 257 |
with gr.Row():
|
| 258 |
with gr.Column(scale=3):
|
| 259 |
gr.Markdown("## Inference (CPU/GPU auto)\nType text + pick a preset or write description manually.")
|
|
|
|
| 252 |
# Gradio UI (keeps your layout; wide container)
|
| 253 |
# -------------------------
|
| 254 |
css = ".gradio-container {max-width: 1400px}"
|
| 255 |
+
with gr.Blocks(title="NAVA — VEEN + LoRA + SNAC (Optimized)", css=css) as demo:
|
| 256 |
+
gr.Markdown("# 🪶 NAVA — VEEN + LoRA + SNAC (Optimized)\nGenerate emotional Hindi speech using Maya1 base + your LoRA adapter.")
|
| 257 |
with gr.Row():
|
| 258 |
with gr.Column(scale=3):
|
| 259 |
gr.Markdown("## Inference (CPU/GPU auto)\nType text + pick a preset or write description manually.")
|