rahul7star commited on
Commit
99337eb
·
verified ·
1 Parent(s): 43d652f

Update app_quant.py

Browse files
Files changed (1) hide show
  1. 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 — Maya1 + LoRA + SNAC (Optimized)", css=css) as demo:
256
- gr.Markdown("# 🪶 NAVA — Maya1 + 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.")
 
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.")