gorkemgoknar commited on
Commit
3a6ad43
1 Parent(s): b7f429f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,9 +82,9 @@ print("Done loading TTS")
82
 
83
  #####llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
84
 
85
- title = f"Voice chat withZephyr/Mistral} and Coqui XTTS"
86
 
87
- DESCRIPTION = f"""# Voice chat with Zephyr/Mistral and Coqui XTTS"""
88
  css = """.toast-wrap { display: none !important } """
89
 
90
  from huggingface_hub import HfApi
 
82
 
83
  #####llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
84
 
85
+ title = "Voice chat withZephyr/Mistral and Coqui XTTS"
86
 
87
+ DESCRIPTION = """# Voice chat with Zephyr/Mistral and Coqui XTTS"""
88
  css = """.toast-wrap { display: none !important } """
89
 
90
  from huggingface_hub import HfApi