Spaces:
Sleeping
Sleeping
Update app_quant.py
Browse files- app_quant.py +2 -2
app_quant.py
CHANGED
|
@@ -186,8 +186,8 @@ def generate_audio_from_model(model_to_use, description, text, fname="tts.wav"):
|
|
| 186 |
# Gradio UI
|
| 187 |
# -------------------------
|
| 188 |
css = ".gradio-container {max-width: 1400px}"
|
| 189 |
-
with gr.Blocks(title="NAVA —
|
| 190 |
-
gr.Markdown("# 🪶 NAVA —
|
| 191 |
|
| 192 |
with gr.Row():
|
| 193 |
with gr.Column(scale=3):
|
|
|
|
| 186 |
# Gradio UI
|
| 187 |
# -------------------------
|
| 188 |
css = ".gradio-container {max-width: 1400px}"
|
| 189 |
+
with gr.Blocks(title="NAVA — VEEN + LoRA + SNAC (Optimized)", css=css) as demo:
|
| 190 |
+
gr.Markdown("# 🪶 NAVA — VEEN + LoRA + SNAC (Optimized)\nGenerate emotional Hindi speech using Maya1 base + your LoRA adapter.")
|
| 191 |
|
| 192 |
with gr.Row():
|
| 193 |
with gr.Column(scale=3):
|