Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
3a6ad43
1
Parent(s):
b7f429f
Update app.py
Browse files
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 =
|
86 |
|
87 |
-
DESCRIPTION =
|
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
|