Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
fe6c2bc
1
Parent(s):
97977f8
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ print("Done loading TTS")
|
|
82 |
|
83 |
#####llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
|
84 |
|
85 |
-
title = "Voice chat
|
86 |
|
87 |
DESCRIPTION = """# Voice chat with Zephyr/Mistral and Coqui XTTS"""
|
88 |
css = """.toast-wrap { display: none !important } """
|
|
|
82 |
|
83 |
#####llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
|
84 |
|
85 |
+
title = "Voice chat with Zephyr/Mistral and Coqui XTTS"
|
86 |
|
87 |
DESCRIPTION = """# Voice chat with Zephyr/Mistral and Coqui XTTS"""
|
88 |
css = """.toast-wrap { display: none !important } """
|