umair894 commited on
Commit
dab6109
1 Parent(s): 1b34563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,9 +75,9 @@ print("Done loading TTS")
75
 
76
  llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
77
 
78
- title = f"Voice chat with {llm_model.capitalize()} and Coqui XTTS"
79
 
80
- DESCRIPTION = f"""# Voice chat with {llm_model.capitalize()} and Coqui XTTS"""
81
  css = """.toast-wrap { display: none !important } """
82
 
83
  from huggingface_hub import HfApi
 
75
 
76
  llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
77
 
78
+ title = f"Vikk AI"
79
 
80
+ DESCRIPTION = f"""# Vikk AI"""
81
  css = """.toast-wrap { display: none !important } """
82
 
83
  from huggingface_hub import HfApi